File tree Expand file tree Collapse file tree 1 file changed +43
-1
lines changed
Expand file tree Collapse file tree 1 file changed +43
-1
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,13 @@ updates:
1212 labels :
1313 - " area/ci"
1414 - " ok-to-test"
15- # Go
15+
16+ # Main Go module
1617- package-ecosystem : " gomod"
1718 directory : " /"
1819 schedule :
1920 interval : " weekly"
21+ day : " monday"
2022 ignore :
2123 # Ignore controller-runtime as its upgraded manually.
2224 - dependency-name : " sigs.k8s.io/controller-runtime"
@@ -30,3 +32,43 @@ updates:
3032 labels :
3133 - " area/dependency"
3234 - " ok-to-test"
35+
36+ # Test Go module
37+ - package-ecosystem : " gomod"
38+ directory : " /test"
39+ schedule :
40+ interval : " weekly"
41+ day : " tuesday"
42+ ignore :
43+ # Ignore controller-runtime as its upgraded manually.
44+ - dependency-name : " sigs.k8s.io/controller-runtime"
45+ # Ignore k8s and its transitives modules as they are upgraded manually
46+ # together with controller-runtime.
47+ - dependency-name : " k8s.io/*"
48+ - dependency-name : " go.etcd.io/*"
49+ - dependency-name : " google.golang.org/grpc"
50+ commit-message :
51+ prefix : " :seedling:"
52+ labels :
53+ - " area/dependency"
54+ - " ok-to-test"
55+
56+ # Hack/tools Go module
57+ - package-ecosystem : " gomod"
58+ directory : " /hack/tools"
59+ schedule :
60+ interval : " weekly"
61+ day : " wednesday"
62+ ignore :
63+ # Ignore controller-runtime as its upgraded manually.
64+ - dependency-name : " sigs.k8s.io/controller-runtime"
65+ # Ignore k8s and its transitives modules as they are upgraded manually
66+ # together with controller-runtime.
67+ - dependency-name : " k8s.io/*"
68+ - dependency-name : " go.etcd.io/*"
69+ - dependency-name : " google.golang.org/grpc"
70+ commit-message :
71+ prefix : " :seedling:"
72+ labels :
73+ - " area/dependency"
74+ - " ok-to-test"
You can’t perform that action at this time.
0 commit comments