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