Skip to content

Commit d082a45

Browse files
authored
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.
1 parent 1daeb67 commit d082a45

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/dependabot.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,17 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
77
open-pull-requests-limit: 15
8+
groups:
9+
github-actions:
10+
patterns:
11+
- "*"
812
- package-ecosystem: "gomod"
913
directories:
1014
- "/"
1115
schedule:
12-
interval: "daily"
16+
interval: "weekly"
1317
open-pull-requests-limit: 15
1418
groups:
1519
k8s:

0 commit comments

Comments
 (0)