Skip to content

Commit 9c7fe9a

Browse files
committed
Dependabot: Hold crypto on release-0.12, unify spacing
Signed-off-by: Lennart Jern <[email protected]>
1 parent 3fd834d commit 9c7fe9a

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ updates:
1212
target-branch: main
1313
groups:
1414
all-github-actions:
15-
patterns: [ "*" ]
15+
patterns: ["*"]
1616
commit-message:
1717
prefix: ":seedling:"
1818
include: scope
@@ -30,8 +30,8 @@ updates:
3030
target-branch: main
3131
groups:
3232
all-go-mod-patch-and-minor:
33-
patterns: [ "*" ]
34-
update-types: [ "patch", "minor" ]
33+
patterns: ["*"]
34+
update-types: ["patch", "minor"]
3535
commit-message:
3636
prefix: ":seedling:"
3737
include: scope
@@ -45,8 +45,8 @@ updates:
4545
- dependency-name: "sigs.k8s.io/controller-tools"
4646
update-types: ["version-update:semver-major", "version-update:semver-minor"]
4747
labels:
48-
- "area/dependency"
49-
- "ok-to-test"
48+
- "area/dependency"
49+
- "ok-to-test"
5050
## main branch config ends here
5151
## release-0.13 branch config starts here
5252
# github-actions
@@ -58,7 +58,7 @@ updates:
5858
target-branch: release-0.13
5959
groups:
6060
all-github-actions:
61-
patterns: [ "*" ]
61+
patterns: ["*"]
6262
commit-message:
6363
prefix: ":seedling:"
6464
include: scope
@@ -76,8 +76,8 @@ updates:
7676
target-branch: release-0.13
7777
groups:
7878
all-go-mod-patch-and-minor:
79-
patterns: [ "*" ]
80-
update-types: [ "patch", "minor" ]
79+
patterns: ["*"]
80+
update-types: ["patch", "minor"]
8181
commit-message:
8282
prefix: ":seedling:"
8383
include: scope
@@ -94,8 +94,8 @@ updates:
9494
- dependency-name: "sigs.k8s.io/controller-tools"
9595
update-types: ["version-update:semver-major", "version-update:semver-minor"]
9696
labels:
97-
- "area/dependency"
98-
- "ok-to-test"
97+
- "area/dependency"
98+
- "ok-to-test"
9999
## release-0.13 branch config ends here
100100
## release-0.12 branch config starts here
101101
# github-actions
@@ -107,7 +107,7 @@ updates:
107107
target-branch: release-0.12
108108
groups:
109109
all-github-actions:
110-
patterns: [ "*" ]
110+
patterns: ["*"]
111111
commit-message:
112112
prefix: ":seedling:"
113113
include: scope
@@ -125,8 +125,8 @@ updates:
125125
target-branch: release-0.12
126126
groups:
127127
all-go-mod-patch-and-minor:
128-
patterns: [ "*" ]
129-
update-types: [ "patch", "minor" ]
128+
patterns: ["*"]
129+
update-types: ["patch", "minor"]
130130
commit-message:
131131
prefix: ":seedling:"
132132
include: scope
@@ -147,9 +147,10 @@ updates:
147147
# These dependencies are skipped because they require a newer version of go:
148148
- dependency-name: "github.com/a8m/envsubst"
149149
- dependency-name: "github.com/onsi/gomega"
150+
- dependency-name: "golang.org/x/crypto"
150151
labels:
151-
- "area/dependency"
152-
- "ok-to-test"
152+
- "area/dependency"
153+
- "ok-to-test"
153154
## release-0.12 branch config ends here
154155
## release-0.11 branch config starts here
155156
# github-actions
@@ -161,7 +162,7 @@ updates:
161162
target-branch: release-0.11
162163
groups:
163164
all-github-actions:
164-
patterns: [ "*" ]
165+
patterns: ["*"]
165166
commit-message:
166167
prefix: ":seedling:"
167168
include: scope
@@ -180,8 +181,8 @@ updates:
180181
target-branch: release-0.11
181182
groups:
182183
all-go-mod-patch-and-minor:
183-
patterns: [ "*" ]
184-
update-types: [ "patch", "minor" ]
184+
patterns: ["*"]
185+
update-types: ["patch", "minor"]
185186
commit-message:
186187
prefix: ":seedling:"
187188
include: scope
@@ -208,6 +209,6 @@ updates:
208209
- dependency-name: "golang.org/x/crypto"
209210
- dependency-name: "golang.org/x/text"
210211
labels:
211-
- "area/dependency"
212-
- "ok-to-test"
212+
- "area/dependency"
213+
- "ok-to-test"
213214
## release-0.11 branch config ends here

0 commit comments

Comments
 (0)