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:
|
updates:
|
||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
open-pull-requests-limit: 20
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
- package-ecosystem: "docker"
|
- package-ecosystem: "docker"
|
||||||
|
@ -10,5 +11,6 @@ updates:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/ui/react-app"
|
directory: "/ui/react-app"
|
||||||
|
open-pull-requests-limit: 20
|
||||||
schedule:
|
schedule:
|
||||||
interval: "monthly"
|
interval: "monthly"
|
||||||
|
|
Loading…
Reference in New Issue