Renovate: Add yarn dedupe strategy (#75945)

add dedupe strategy
pull/75957/head
Ashley Harrison 2 years ago committed by GitHub
parent 711a2795f6
commit 9350e8bee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/renovate.json5

@ -21,6 +21,7 @@
"includePaths": ["package.json", "packages/**"],
"ignorePaths": ["emails/**", "plugins-bundled/**", "**/mocks/**"],
"labels": ["area/frontend", "dependencies", "no-backport", "no-changelog"],
"postUpdateOptions": ["yarnDedupeHighest"],
"packageRules": [
{
"matchUpdateTypes": ["patch"],

Loading…
Cancel
Save