diff --git a/.github/renovate.json b/.github/renovate.json index 34db92ffc..540e8c879 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -55,7 +55,7 @@ }, { "matchDepTypes": ["packageManager"], - "commitMessageExtra": "from {{{currentVersion}}} to {{{newValue}}}", + "commitMessageExtra": "from v{{{currentVersion}}} to {{{prettyNewVersion}}}", "postUpgradeTasks": { "commands": ["corepack use '{{{depName}}}@{{{newVersion}}}'"] }