Skip to content

Commit fee14ad

Browse files
authored
chore: configure dependabot to do weekly updates (#53)
* chore: configure dependabot to weekly updates Additionally, group k8s.io deps. * Update dependabot.yaml
1 parent 958f86d commit fee14ad

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ updates:
55
- package-ecosystem: "gomod"
66
directory: "/"
77
schedule:
8-
interval: "daily"
8+
interval: "weekly"
9+
groups:
10+
k8s:
11+
pattern:
12+
- "k8s.io/*"
913
- package-ecosystem: "github-actions"
1014
directory: "/"
1115
schedule:
12-
interval: "daily"
16+
interval: "weekly"

0 commit comments

Comments
 (0)