Skip to content

Commit a6fcb7c

Browse files
Configure dependabot for tests/e2e Go module
Dependencies in `tests/e2e` module also need to be updated regularly. Signed-off-by: Rajath Agasthya <[email protected]>
1 parent 6f3d599 commit a6fcb7c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,21 @@ updates:
1818
exclude-patterns:
1919
- k8s.io/klog/*
2020

21+
- package-ecosystem: "gomod"
22+
target-branch: main
23+
directory: "/tests/e2e"
24+
schedule:
25+
interval: "daily"
26+
open-pull-requests-limit: 10
27+
labels:
28+
- dependencies
29+
groups:
30+
k8sio:
31+
patterns:
32+
- k8s.io/*
33+
exclude-patterns:
34+
- k8s.io/klog/*
35+
2136
- package-ecosystem: "gomod"
2237
target-branch: main
2338
directory: "/tools"

0 commit comments

Comments
 (0)