Skip to content

Commit

Permalink
chore(repo): Use pnpmDedupe for Renovate (#5014)
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts authored Jan 27, 2025
1 parent 3e932b4 commit 796adec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
prHourlyLimit: 4,
prConcurrentLimit: 16,
postUpdateOptions: [
"npmDedupe",
"pnpmDedupe",
],
semanticCommitScope: "repo",
commitMessageLowerCase: "never",
Expand Down
2 changes: 1 addition & 1 deletion scripts/renovate-config-generator.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const renovateConfig = {
rangeStrategy: 'bump',
prHourlyLimit: 4,
prConcurrentLimit: 16,
postUpdateOptions: ['npmDedupe'],
postUpdateOptions: ['pnpmDedupe'],
semanticCommitScope: 'repo',
commitMessageLowerCase: 'never',
packageRules: Array.from(rules.values()).flat().concat(defaultRules),
Expand Down

0 comments on commit 796adec

Please sign in to comment.