@@ -12,7 +12,7 @@ updates:
12
12
target-branch : main
13
13
groups :
14
14
all-github-actions :
15
- patterns : [ "*" ]
15
+ patterns : ["*"]
16
16
commit-message :
17
17
prefix : " :seedling:"
18
18
include : scope
@@ -30,8 +30,8 @@ updates:
30
30
target-branch : main
31
31
groups :
32
32
all-go-mod-patch-and-minor :
33
- patterns : [ "*" ]
34
- update-types : [ "patch", "minor" ]
33
+ patterns : ["*"]
34
+ update-types : ["patch", "minor"]
35
35
commit-message :
36
36
prefix : " :seedling:"
37
37
include : scope
@@ -45,8 +45,8 @@ updates:
45
45
- dependency-name : " sigs.k8s.io/controller-tools"
46
46
update-types : ["version-update:semver-major", "version-update:semver-minor"]
47
47
labels :
48
- - " area/dependency"
49
- - " ok-to-test"
48
+ - " area/dependency"
49
+ - " ok-to-test"
50
50
# # main branch config ends here
51
51
# # release-0.13 branch config starts here
52
52
# github-actions
@@ -58,7 +58,7 @@ updates:
58
58
target-branch : release-0.13
59
59
groups :
60
60
all-github-actions :
61
- patterns : [ "*" ]
61
+ patterns : ["*"]
62
62
commit-message :
63
63
prefix : " :seedling:"
64
64
include : scope
@@ -76,8 +76,8 @@ updates:
76
76
target-branch : release-0.13
77
77
groups :
78
78
all-go-mod-patch-and-minor :
79
- patterns : [ "*" ]
80
- update-types : [ "patch", "minor" ]
79
+ patterns : ["*"]
80
+ update-types : ["patch", "minor"]
81
81
commit-message :
82
82
prefix : " :seedling:"
83
83
include : scope
@@ -94,8 +94,8 @@ updates:
94
94
- dependency-name : " sigs.k8s.io/controller-tools"
95
95
update-types : ["version-update:semver-major", "version-update:semver-minor"]
96
96
labels :
97
- - " area/dependency"
98
- - " ok-to-test"
97
+ - " area/dependency"
98
+ - " ok-to-test"
99
99
# # release-0.13 branch config ends here
100
100
# # release-0.12 branch config starts here
101
101
# github-actions
@@ -107,7 +107,7 @@ updates:
107
107
target-branch : release-0.12
108
108
groups :
109
109
all-github-actions :
110
- patterns : [ "*" ]
110
+ patterns : ["*"]
111
111
commit-message :
112
112
prefix : " :seedling:"
113
113
include : scope
@@ -125,8 +125,8 @@ updates:
125
125
target-branch : release-0.12
126
126
groups :
127
127
all-go-mod-patch-and-minor :
128
- patterns : [ "*" ]
129
- update-types : [ "patch", "minor" ]
128
+ patterns : ["*"]
129
+ update-types : ["patch", "minor"]
130
130
commit-message :
131
131
prefix : " :seedling:"
132
132
include : scope
@@ -147,9 +147,10 @@ updates:
147
147
# These dependencies are skipped because they require a newer version of go:
148
148
- dependency-name : " github.com/a8m/envsubst"
149
149
- dependency-name : " github.com/onsi/gomega"
150
+ - dependency-name : " golang.org/x/crypto"
150
151
labels :
151
- - " area/dependency"
152
- - " ok-to-test"
152
+ - " area/dependency"
153
+ - " ok-to-test"
153
154
# # release-0.12 branch config ends here
154
155
# # release-0.11 branch config starts here
155
156
# github-actions
@@ -161,7 +162,7 @@ updates:
161
162
target-branch : release-0.11
162
163
groups :
163
164
all-github-actions :
164
- patterns : [ "*" ]
165
+ patterns : ["*"]
165
166
commit-message :
166
167
prefix : " :seedling:"
167
168
include : scope
@@ -180,8 +181,8 @@ updates:
180
181
target-branch : release-0.11
181
182
groups :
182
183
all-go-mod-patch-and-minor :
183
- patterns : [ "*" ]
184
- update-types : [ "patch", "minor" ]
184
+ patterns : ["*"]
185
+ update-types : ["patch", "minor"]
185
186
commit-message :
186
187
prefix : " :seedling:"
187
188
include : scope
@@ -208,6 +209,6 @@ updates:
208
209
- dependency-name : " golang.org/x/crypto"
209
210
- dependency-name : " golang.org/x/text"
210
211
labels :
211
- - " area/dependency"
212
- - " ok-to-test"
212
+ - " area/dependency"
213
+ - " ok-to-test"
213
214
# # release-0.11 branch config ends here
0 commit comments