Skip to content

Commit e417be1

Browse files
authored
ci: use 'deps', not 'fix' for all renovate PRs; tidy matchManagers (#188)
Signed-off-by: Tyler Gillson <[email protected]>
1 parent ef90b92 commit e417be1

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

renovate.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"extends": [
44
"config:base",
55
"helpers:pinGitHubActionDigests",
6-
":gitSignOff"
6+
":gitSignOff",
7+
":semanticCommitTypeAll(deps)"
78
],
89
"addLabels": ["dependencies"],
910
"postUpdateOptions": [
@@ -31,11 +32,6 @@
3132
"addLabels": ["github_actions"],
3233
"automerge": true
3334
},
34-
{
35-
"matchManagers": ["crossplane"],
36-
"addLabels": ["crossplane"],
37-
"automerge": true
38-
},
3935
{
4036
"matchManagers": ["dockerfile"],
4137
"addLabels": ["docker"],
@@ -48,7 +44,7 @@
4844
},
4945
{
5046
"matchManagers": ["helm-values"],
51-
"addLabels": ["helm_values"],
47+
"addLabels": ["helm"],
5248
"automerge": true
5349
}
5450
],

0 commit comments

Comments
 (0)