Skip to content

Commit

Permalink
chore: allow "pnpm install" to be run as a post-upgrade command (#2898)
Browse files Browse the repository at this point in the history
Fixes:

```
Post-upgrade command 'pnpm install' has not been added to the allowed list in allowedPostUpgradeCommands
```
  • Loading branch information
alecthomas authored Sep 30, 2024
1 parent 1ddd583 commit 29ed169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
labels: ["run-all"],
allowedPostUpgradeCommands: ["pnpm install"],
extends: [
"config:recommended",
":semanticCommits",
Expand Down

0 comments on commit 29ed169

Please sign in to comment.