diff --git a/.github/renovate.json b/.github/renovate.json index 89c93c31c5..b92f0d6d37 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,6 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>bitwarden/renovate-config"], "enabledManagers": ["cargo", "github-actions", "npm", "nuget"], + "commitMessagePrefix": "[deps]:", + "commitMessageTopic": "{{depName}}", "packageRules": [ { "groupName": "cargo minor",