Increase pull request limit for dependency updates (#17)
This commit is contained in:
parent
ca966a4c6b
commit
0d9eef4363
1 changed files with 2 additions and 0 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -2,6 +2,7 @@ version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: maven
|
- package-ecosystem: maven
|
||||||
directory: /
|
directory: /
|
||||||
|
open-pull-requests-limit: 20
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
day: monday
|
day: monday
|
||||||
|
@ -11,6 +12,7 @@ updates:
|
||||||
timezone: Europe/Berlin
|
timezone: Europe/Berlin
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: /
|
directory: /
|
||||||
|
open-pull-requests-limit: 10
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: monthly
|
||||||
day: monday
|
day: monday
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue