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:
12
12
labels :
13
13
- " area/ci"
14
14
- " ok-to-test"
15
- # Go
15
+
16
+ # Main Go module
16
17
- package-ecosystem : " gomod"
17
18
directory : " /"
18
19
schedule :
19
20
interval : " weekly"
21
+ day : " monday"
20
22
ignore :
21
23
# Ignore controller-runtime as its upgraded manually.
22
24
- dependency-name : " sigs.k8s.io/controller-runtime"
@@ -30,3 +32,43 @@ updates:
30
32
labels :
31
33
- " area/dependency"
32
34
- " 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