alertmanager/.github/dependabot.yml
SuperQ 60a03588a4
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>
2024-08-21 18:13:45 +02:00

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"