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:
parent
3e6356b4c9
commit
60a03588a4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue