Skip to content

Commit

Permalink
Run pnpm dedupe, rather than just for yarn (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat authored Jun 18, 2024
1 parent 78f6955 commit 81f4809
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
"branchConcurrentLimit": null,
"branchPrefix": "renovate-",
"commitMessageAction": "",
"postUpdateOptions": ["yarnDedupeFewer"],
"postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"],
"prConcurrentLimit": 3,
"prNotPendingHours": 1,
"rangeStrategy": "replace",
Expand Down
2 changes: 1 addition & 1 deletion non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"buildkite": { "additionalBranchPrefix": "", "commitMessageExtra": "" },
"commitMessageAction": "",
"commitMessageExtra": "",
"postUpdateOptions": ["yarnDedupeFewer"],
"postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"],
"prConcurrentLimit": 2,
"prNotPendingHours": 1,
"schedule": "before 6:00 am on Monday",
Expand Down
2 changes: 1 addition & 1 deletion third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
}
],
"commitMessageAction": "",
"postUpdateOptions": ["yarnDedupeFewer"],
"postUpdateOptions": ["yarnDedupeFewer", "pnpmDedupe"],
"prConcurrentLimit": 3,
"prNotPendingHours": 1,
"rangeStrategy": "replace",
Expand Down

0 comments on commit 81f4809

Please sign in to comment.