mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 18:59:09 +00:00
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.
22 lines
415 B
YAML
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/*"
|