diff --git a/.renovate/commitMessage.json5 b/.renovate/commitMessage.json5 index bc39aad6..686fe2ea 100644 --- a/.renovate/commitMessage.json5 +++ b/.renovate/commitMessage.json5 @@ -1,10 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "packageRules": [ - { - "matchUpdateTypes": ["major"], - "commitMessagePrefix": "{{semanticCommitType}}({{semanticCommitScope}})!:" - }, { "matchUpdateTypes": ["minor"], "semanticCommitType": "feat" @@ -43,6 +39,10 @@ "matchUpdateTypes": ["major", "minor", "patch", "digest", "rollback", "bump"], "semanticCommitType": "chore", "semanticCommitScope": "mise/{{#if groupName}}/group/{{groupName}}{{else}}{{depName}}{{/if}}" + }, + { + "matchUpdateTypes": ["major"], + "commitMessagePrefix": "{{semanticCommitType}}({{semanticCommitScope}})!:" } ] }