Avoid dependabot spam. #45
1 changed files with 2 additions and 4 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
@ -3,13 +3,11 @@ updates:
|
||||||
- package-ecosystem: maven
|
- package-ecosystem: maven
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: monthly
|
||||||
open-pull-requests-limit: 1
|
|
||||||
rebase-strategy: auto
|
|
||||||
ignore:
|
ignore:
|
||||||
- dependency-name: ch.qos.logback:logback-classic
|
- 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
|
- package-ecosystem: github-actions
|
||||||
directory: /
|
directory: /
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: monthly
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue