Maintain actions (#71)
This commit is contained in:
parent
45dc3e361d
commit
9411c2b1b1
10 changed files with 85 additions and 121 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -3,10 +3,10 @@ updates:
|
|||
- package-ecosystem: maven
|
||||
directory: /
|
||||
schedule:
|
||||
interval: monthly
|
||||
interval: daily
|
||||
ignore:
|
||||
- dependency-name: ch.qos.logback:logback-classic
|
||||
update-types: ["version-update:semver-major", "version-update:semver-minor"]
|
||||
update-types: [version-update:semver-major, version-update:semver-minor]
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue