Skip to content

Commit 7f60b86

Browse files
authored
ci: Group k8s mod updates for dependabot (#316)
1 parent 165a27c commit 7f60b86

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,21 @@ updates:
1212
directory: "/"
1313
schedule:
1414
interval: "weekly"
15+
groups:
16+
k8s:
17+
patterns:
18+
- "k8s.io*"
19+
- "sigs.k8s.io*"
1520

1621
- package-ecosystem: "gomod"
1722
directory: "/common"
1823
schedule:
1924
interval: "weekly"
25+
groups:
26+
k8s:
27+
patterns:
28+
- "k8s.io*"
29+
- "sigs.k8s.io*"
2030

2131
- package-ecosystem: "gomod"
2232
directory: "/hack/third-party/capa"

0 commit comments

Comments
 (0)