Files
netbird-kubernetes-operator/.github/dependabot.yaml
T
Philip LaineandGitHub d082a45b19 Update dependabot to run weekly (#197)
This change updates the dependabot interval to run weekly. It also
groups all Github Actions update into a single PR. This will make
dependency updates a bit easier to manage without spamming too many PRs.
2026-04-23 12:00:10 +02:00

22 lines
415 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 15
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "gomod"
directories:
- "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 15
groups:
k8s:
patterns:
- "k8s.io/*"