Use yarn dedupe in Renovate PRs (#986)

This commit is contained in:
Nathan Bierema 2021-12-26 21:35:30 -06:00 committed by GitHub
parent 9fa1ec35ac
commit 8a5964760a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/**",