diff --git a/.github/renovate.json b/.github/renovate.json index 115f22663..af5387216 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -20,7 +20,7 @@ "assigneesFromCodeOwners": true, "commitBodyTable": true, "commitMessageAction": "bump", - "commitMessageExtra": "from {{#if currentValue}}{{{replace '^([0-9])' '$1' currentValue}}}{{else}}{{{currentDigestShort}}}{{/if}} to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}", + "commitMessageExtra": "from {{#if currentValue}}{{{replace '^([0-9])' 'v$1' currentValue}}}{{else}}{{{currentDigestShort}}}{{/if}} to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}", "commitMessageTopic": "{{depName}}", "dependencyDashboardAutoclose": true, "prConcurrentLimit": 3,