Skip to content

Commit

Permalink
remove v
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Jul 4, 2024
1 parent 466b2f5 commit cdea6b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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])' 'v$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}}{{{currentValue}}}{{else}}{{{currentDigestShort}}}{{/if}} to {{#if isPinDigest}}{{{newDigestShort}}}{{else}}{{#if isSingleVersion}}{{newVersion}}{{else}}{{#if newValue}}{{{newValue}}}{{else}}{{{newDigestShort}}}{{/if}}{{/if}}{{/if}}",
"commitMessageTopic": "{{depName}}",
"dependencyDashboardAutoclose": true,
"prConcurrentLimit": 3,
Expand Down Expand Up @@ -55,7 +55,7 @@
},
{
"matchDepTypes": ["packageManager"],
"commitMessageExtra": "from v{{{currentVersion}}} to {{{prettyNewVersion}}}",
"commitMessageExtra": "from {{{currentVersion}}} to {{{newValue}}}",
"postUpgradeTasks": {
"commands": ["corepack use '{{{depName}}}@{{{newVersion}}}'"]
}
Expand Down

0 comments on commit cdea6b4

Please sign in to comment.