Skip to content

Commit

Permalink
chore(renovate): add postUpgradeTasks for pnpm (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jul 4, 2024
1 parent a1d4625 commit 384f507
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@
},
{
"matchDepTypes": ["packageManager"],
"commitMessageExtra": "from {{{currentVersion}}} to {{{newValue}}}"
"commitMessageExtra": "from {{{currentVersion}}} to {{{newValue}}}",
"postUpgradeTasks": {
"commands": ["corepack use '{{{depName}}}@{{{newVersion}}}'"]
}
}
],
"customManagers": [
Expand Down

0 comments on commit 384f507

Please sign in to comment.