Skip to content

Commit 6488fcb

Browse files
committed
break tools/mod dependabot config
Signed-off-by: Ivan Valdes <[email protected]>
1 parent fc384b6 commit 6488fcb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ updates:
1212
- /etcdctl
1313
- /pkg
1414
- /tools/rw-heatmaps
15-
- /tools/mod
1615
- /tools/testgrid-analysis
1716
- /etcdutl
1817
- /client/pkg
@@ -31,6 +30,17 @@ updates:
3130
patterns:
3231
- "*"
3332

33+
- package-ecosystem: gomod
34+
directory: /tools/mod
35+
schedule:
36+
interval: daily
37+
allow:
38+
- dependency-type: direct
39+
groups:
40+
tools-mod:
41+
patterns:
42+
- "*"
43+
3444
- package-ecosystem: docker
3545
directory: /
3646
schedule:

0 commit comments

Comments
 (0)