File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,34 @@ updates:
14
14
- dependencies
15
15
- ok-to-test
16
16
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
+
17
45
# Dependencies listed in .github/workflows/*.yml
18
46
- package-ecosystem : " github-actions"
19
47
directory : " /"
You can’t perform that action at this time.
0 commit comments