6
6
# github-actions
7
7
- directory : " /"
8
8
package-ecosystem : " github-actions"
9
- open-pull-requests-limit : 5
10
9
schedule :
11
10
interval : " weekly"
12
11
day : " monday"
@@ -26,16 +25,14 @@ updates:
26
25
- " /hack/tools"
27
26
- " /orc"
28
27
package-ecosystem : " gomod"
29
- open-pull-requests-limit : 5
30
28
schedule :
31
29
interval : " weekly"
32
30
day : " monday"
33
31
target-branch : main
34
32
groups :
35
- kubernetes :
36
- patterns : ["k8s.io/*"]
37
- capi :
38
- patterns : ["sigs.k8s.io/cluster-api", "sigs.k8s.io/cluster-api/test"]
33
+ all-go-mod-patch-and-minor :
34
+ patterns : [ "*" ]
35
+ update-types : [ "patch", "minor" ]
39
36
commit-message :
40
37
prefix : " :seedling:"
41
38
include : scope
@@ -58,7 +55,6 @@ updates:
58
55
# github-actions
59
56
- directory : " /"
60
57
package-ecosystem : " github-actions"
61
- open-pull-requests-limit : 5
62
58
schedule :
63
59
interval : " weekly"
64
60
day : " monday"
@@ -78,20 +74,21 @@ updates:
78
74
- " /hack/tools"
79
75
- " /orc"
80
76
package-ecosystem : " gomod"
81
- open-pull-requests-limit : 5
82
77
schedule :
83
78
interval : " weekly"
84
79
day : " monday"
85
80
target-branch : release-0.11
86
81
groups :
87
- kubernetes :
88
- patterns : ["k8s.io/*"]
89
- capi :
90
- patterns : ["sigs.k8s.io/cluster-api", "sigs.k8s.io/cluster-api/test"]
82
+ all-go-mod-patch-and-minor :
83
+ patterns : [ "*" ]
84
+ update-types : [ "patch", "minor" ]
91
85
commit-message :
92
86
prefix : " :seedling:"
93
87
include : scope
94
88
ignore :
89
+ # Ignore CAPI major and minor bumps
90
+ - dependency-name : " sigs.k8s.io/cluster-api*"
91
+ update-types : ["version-update:semver-major", "version-update:semver-minor"]
95
92
# Ignore controller-runtime major and minor bumps as its upgraded manually.
96
93
- dependency-name : " sigs.k8s.io/controller-runtime"
97
94
update-types : ["version-update:semver-major", "version-update:semver-minor"]
0 commit comments