Increase pull request limit for dependency updates #17

Merged
sschnabe merged 1 commit from depedabot into main 2023-04-06 09:17:23 +02:00

View file

@ -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