diff --git a/.renovate/commitMessage.json5 b/.renovate/commitMessage.json5 index bffe121f8f..cfed6c9bb8 100644 --- a/.renovate/commitMessage.json5 +++ b/.renovate/commitMessage.json5 @@ -74,6 +74,17 @@ "matchManagers": ["github-actions"], "matchUpdateTypes": ["major"], "commitMessagePrefix": "feat(gha/{{#if groupName}}{{groupName}}{{else}}{{depName}}{{/if}})!: " + }, + { + "matchManagers": ["github-actions", "github-releases", "github-tags"], + "matchFileNames": [".github/**"], + "semanticCommitScope": "gha/{{#if groupName}}{{groupName}}{{else}}{{depName}}{{/if}}" + }, + { + "matchManagers": ["github-actions", "github-releases", "github-tags"], + "matchUpdateTypes": ["major"], + "matchFileNames": [".github/**"], + "commitMessagePrefix": "feat(gha/{{#if groupName}}{{groupName}}{{else}}{{depName}}{{/if}})!: " } ] }