From 466b2f5ab36323afc466b45648492341a28d5077 Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Thu, 4 Jul 2024 11:21:59 +0900 Subject: [PATCH] add v --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,