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,