Skip to content

Commit 50c2f90

Browse files
authored
chore: configure dependabot to weekly updates
Additionally, group k8s.io deps.
1 parent 57c9d49 commit 50c2f90

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/dependabot.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ updates:
55
- package-ecosystem: "gomod"
66
directory: "/"
77
schedule:
8-
interval: "daily"
8+
interval: "weekly"
9+
groups:
10+
k8s:
11+
pattern: "k8s.io/*"
912
- package-ecosystem: "github-actions"
1013
directory: "/"
1114
schedule:
12-
interval: "daily"
15+
interval: "weekly"

0 commit comments

Comments
 (0)