Skip to content

Commit

Permalink
fix: run pnpmDedupe after renovate update (#2704)
Browse files Browse the repository at this point in the history
This should fix some of the issues we are having on renovate pull
requests
  • Loading branch information
stuartwdouglas authored Sep 17, 2024
1 parent 8f78ebf commit 284d5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
lockFileMaintenance: {
enabled: true, // Automatically update lock files like pnpm-lock.yaml
},
postUpdateOptions: ["gomodTidy"],
postUpdateOptions: ["gomodTidy", "pnpmDedupe"],
packageRules: [
{
matchUpdateTypes: ["minor", "patch"],
Expand Down

0 comments on commit 284d5e1

Please sign in to comment.