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.
This commit is contained in:
Philip Laine
2026-04-23 12:00:10 +02:00
committed by GitHub
parent 1daeb670ba
commit d082a45b19
+6 -2
View File
@@ -3,13 +3,17 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 15
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "gomod"
directories:
- "/"
schedule:
interval: "daily"
interval: "weekly"
open-pull-requests-limit: 15
groups:
k8s: