From 1cc0bbd6d821c02a2e69bda9d07d80a95fb0b52d Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Thu, 4 Jul 2024 09:35:17 +0900 Subject: [PATCH] test --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index a6b281da5..f1afe6e1c 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -20,7 +20,7 @@ "assigneesFromCodeOwners": true, "commitBodyTable": true, "commitMessageAction": "bump", - "commitMessageExtra": "from {{#if currentVersion}}v{{{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 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}}", "commitMessageTopic": "{{depName}}", "dependencyDashboardAutoclose": true, "prConcurrentLimit": 3,