Skip to content

Commit 6cae9fd

Browse files
committed
feat(renovate): Remove dedupe
1 parent 6b72491 commit 6cae9fd

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

packages/renovate-config/default.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"assignAutomerge": true,
1111
"platformAutomerge": true,
1212
"commitMessageSuffix": "({{updateType}})",
13-
"postUpdateOptions": ["yarnDedupeHighest", "pnpmDedupe"],
13+
"postUpdateOptions": ["yarnDedupeHighest"],
1414
"prBodyNotes": [
1515
"### Checklist",
1616
"- [ ] I checked this package version in [snyk](https://security.snyk.io/vuln/npm) \\ \n - [ ] I labeled PR as 'PR needs visual test' \\ \n - [ ] I checked this update locally \\ \n - [ ] QA engineers checked this update"

packages/renovate-config/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
"platformAutomerge": true,
2424
"commitMessageSuffix": "({{updateType}})",
2525
"postUpdateOptions": [
26-
"yarnDedupeHighest",
27-
"pnpmDedupe"
26+
"yarnDedupeHighest"
2827
],
2928
"packageRules": [
3029
{

0 commit comments

Comments
 (0)