From ba46481be157cd418d07c064bcfac2c3c3c02709 Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Fri, 28 Jun 2024 15:03:30 +0900 Subject: [PATCH] Update renovate.json --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index e0ebf87a1..d76672ef3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -19,6 +19,7 @@ "assignAutomerge": true, "assigneesFromCodeOwners": true, "commitBodyTable": true, + "commitMessageAction": "bump", "commitMessageExtra": "from {{#if currentValue}}{{{currentValue}}}{{else}}{{{currentDigestShort}}}{{/if}} to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isSingleVersion}}{{prettyNewVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}", "dependencyDashboardAutoclose": true, "prConcurrentLimit": 3,