mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-16 10:37:09 +00:00
Increase the dependabot open PR limit to allow for more dependency updates at a time. Signed-off-by: SuperQ <superq@gmail.com>
17 lines
367 B
YAML
17 lines
367 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
open-pull-requests-limit: 20
|
|
schedule:
|
|
interval: "monthly"
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
- package-ecosystem: "npm"
|
|
directory: "/ui/react-app"
|
|
open-pull-requests-limit: 20
|
|
schedule:
|
|
interval: "monthly"
|