diff --git a/renovate.json b/renovate.json index 5b30b68..4994e97 100644 --- a/renovate.json +++ b/renovate.json @@ -5,7 +5,9 @@ ], "baseBranches": ["master"], "pinVersions": false, - "commitMessage": "{{semanticPrefix}} update {{depName}} to version {{newVersion}}", + "commitMessageAction": "update", + "commitMessageExtra": "to version {{newVersion}}", + "commitMessageTopic": "{{depName}}", "rebaseWhen": "conflicted", "ignoreDeps": [], "labels": ["dependencies"],