diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f5b8626a..9e57ad84 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -25,6 +25,7 @@ "tools/go.sum", ], "commitMessageExtra": "({{currentVersion}} → {{newVersion}}) in /tools", + "groupName": ["tools"], }, { "matchFileNames": [ @@ -34,7 +35,6 @@ ], "semanticCommitType": "chore", "semanticCommitScope": "docs", - "commitMessageExtra": "({{currentVersion}} → {{newVersion}})", "automerge": true, "automergeType": "branch", "matchUpdateTypes": ["minor", "patch"], @@ -43,5 +43,9 @@ "matchManagers": ["github-actions"], "semanticCommitScope": "ci", }, + { + "matchUpdateTypes": ["major"], + "commitMessagePrefix": "{{semanticCommitType}}({{semanticCommitScope}}):", + }, ] }