Use yarn dedupe in Renovate PRs

This commit is contained in:
Nathan Bierema 2021-12-26 21:09:46 -05:00
parent 6e9f881c7a
commit 952e61c34a

View File

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