Dedupe pnpm (#1903)

This commit is contained in:
Nathan Bierema 2025-06-28 10:10:19 -04:00 committed by GitHub
parent fa20f09fc1
commit 7a48268a74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,7 @@
{ {
"extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"], "extends": ["config:base", "group:allNonMajor", ":maintainLockFilesWeekly"],
"rangeStrategy": "bump", "rangeStrategy": "bump",
"postUpdateOptions": ["pnpmDedupe"],
"rebaseWhen": "conflicted", "rebaseWhen": "conflicted",
"ignorePaths": [ "ignorePaths": [
"**/node_modules/**", "**/node_modules/**",