Increase pull request limit for dependency updates

This commit is contained in:
Stephan Schnabel 2023-04-06 08:46:06 +02:00
parent ca966a4c6b
commit 5a9c280bcc
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543

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