diff --git a/renovate.json b/renovate.json index e033b8e..ee97b0b 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,8 @@ "extends": [ "config:base", "helpers:pinGitHubActionDigests", - ":gitSignOff" + ":gitSignOff", + ":semanticCommitTypeAll(deps)" ], "addLabels": ["dependencies"], "postUpdateOptions": [ @@ -31,11 +32,6 @@ "addLabels": ["github_actions"], "automerge": true }, - { - "matchManagers": ["crossplane"], - "addLabels": ["crossplane"], - "automerge": true - }, { "matchManagers": ["dockerfile"], "addLabels": ["docker"], @@ -48,7 +44,7 @@ }, { "matchManagers": ["helm-values"], - "addLabels": ["helm_values"], + "addLabels": ["helm"], "automerge": true } ],