Skip to content

Commit

Permalink
ci: use 'deps', not 'fix' for all renovate PRs; tidy matchManagers
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gillson <[email protected]>
  • Loading branch information
TylerGillson committed Jun 26, 2024
1 parent 1bf1b46 commit 514588a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"extends": [
"config:base",
"helpers:pinGitHubActionDigests",
":gitSignOff"
":gitSignOff",
":semanticCommitTypeAll(deps)"
],
"addLabels": ["dependencies"],
"postUpdateOptions": [
Expand Down Expand Up @@ -31,11 +32,6 @@
"addLabels": ["github_actions"],
"automerge": true
},
{
"matchManagers": ["crossplane"],
"addLabels": ["crossplane"],
"automerge": true
},
{
"matchManagers": ["dockerfile"],
"addLabels": ["docker"],
Expand All @@ -48,7 +44,7 @@
},
{
"matchManagers": ["helm-values"],
"addLabels": ["helm_values"],
"addLabels": ["helm"],
"automerge": true
}
],
Expand Down

0 comments on commit 514588a

Please sign in to comment.