Skip to content

Commit 6d25324

Browse files
committed
ci: add gomod updates to dependabot config
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent ef4b57c commit 6d25324

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,22 @@ updates:
2626
prefix: "chore"
2727
labels:
2828
- "ok-to-test"
29+
30+
- package-ecosystem: "gomod"
31+
directory: "/"
32+
schedule:
33+
interval: "weekly"
34+
commit-message:
35+
prefix: "chore"
36+
ignore:
37+
- dependency-name: "*"
38+
update-types:
39+
- "version-update:semver-major"
40+
- "version-update:semver-minor"
41+
groups:
42+
k8s:
43+
patterns:
44+
- "k8s.io/*"
45+
- "sigs.k8s.io/*"
46+
labels:
47+
- "ok-to-test"

0 commit comments

Comments
 (0)