diff --git a/.github/renovate.json b/.github/renovate.json index f1afe6e1c..f63bbe46c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -20,7 +20,7 @@ "assigneesFromCodeOwners": true, "commitBodyTable": true, "commitMessageAction": "bump", - "commitMessageExtra": "from {{#if currentVersion}}{{{replace '(^)[0-9]' '$1' currentVersion}}}{{else}}{{#if currentValue}}{{{currentValue}}}{{else}}{{{currentDigestShort}}}{{/if}}{{/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]' '$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,