Skip to content

Commit 2da7853

Browse files
authored
Merge pull request #2786 from jongwooo/enable-dependabot-for-gwctl-and-conformance-echo-basic
Enable dependabot for `/gwctl` and `/conformance/echo-basic/`
2 parents 1bd3124 + a5277db commit 2da7853

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/dependabot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,34 @@ updates:
1414
- dependencies
1515
- ok-to-test
1616

17+
# Dependencies listed in gwctl/go.mod
18+
- package-ecosystem: "gomod"
19+
directory: "/gwctl" # Location of package manifests
20+
schedule:
21+
interval: "weekly"
22+
groups:
23+
k8s.io: # Group k8s.io golang dependencies updates
24+
patterns:
25+
- "k8s.io/*"
26+
labels:
27+
- go
28+
- dependencies
29+
- ok-to-test
30+
31+
# Dependencies listed in conformance/echo-basic/go.mod
32+
- package-ecosystem: "gomod"
33+
directory: "/conformance/echo-basic/" # Location of package manifests
34+
schedule:
35+
interval: "weekly"
36+
groups:
37+
k8s.io: # Group k8s.io golang dependencies updates
38+
patterns:
39+
- "k8s.io/*"
40+
labels:
41+
- go
42+
- dependencies
43+
- ok-to-test
44+
1745
# Dependencies listed in .github/workflows/*.yml
1846
- package-ecosystem: "github-actions"
1947
directory: "/"

0 commit comments

Comments
 (0)