Skip to content

Commit

Permalink
add v
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Jul 4, 2024
1 parent d5301d3 commit 466b2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 466b2f5

Please sign in to comment.