mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-16 18:47:10 +00:00
Merge pull request #3974 from prometheus/superq/more_PRs
Increase dependabot open PR limit
This commit is contained in:
commit
05415c28bf
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
@ -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
Block a user