diff --git a/renovate.json b/renovate.json index f42341a..acd5862 100644 --- a/renovate.json +++ b/renovate.json @@ -18,6 +18,12 @@ "semanticCommitType": "fix", "groupName": "github-actions", "automerge": true + }, + { + "description": "Use fix prefix for action.yml updates, so release-please recognizes them as patch updates", + "matchFileNames": ["action.yml"], + "matchManagers": ["github-actions"], + "commitMessagePrefix": "fix" } ] }