1
0
Fork 0
mirror of https://github.com/imjasonh/gcp-metrics-action synced 2026-07-18 06:36:35 +00:00
gcp-metrics-action/.github/dependabot.yml
Jason Hall c63c73ffdf enforce pre-commit in CI, one big npm update group
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-11-05 21:51:33 -05:00

20 lines
419 B
YAML

version: 2
updates:
# Monitor npm dependencies
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 3
groups:
# Group all packages together
all:
patterns:
- "*"
# Monitor GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5