Increase dependabot open PR limit

Increase the dependabot open PR limit to allow for more dependency
updates at a time.

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2024-08-21 18:13:45 +02:00
parent 3e6356b4c9
commit 60a03588a4
No known key found for this signature in database
GPG Key ID: C646B23C9E3245F1
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
open-pull-requests-limit: 20
schedule:
interval: "monthly"
- package-ecosystem: "docker"
@ -10,5 +11,6 @@ updates:
interval: "monthly"
- package-ecosystem: "npm"
directory: "/ui/react-app"
open-pull-requests-limit: 20
schedule:
interval: "monthly"