From 83f8cc541cb7461275157a97835b6209ed3ca16a Mon Sep 17 00:00:00 2001 From: Borales Date: Fri, 24 Feb 2023 18:31:33 +0100 Subject: [PATCH] Adding yarn-dedupe --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 1f85ba4..7678f2b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,6 +4,7 @@ "labels": ["dependencies"], "rangeStrategy": "bump", "reviewers": ["borales"], + "postUpdateOptions": ["yarnDedupeHighest"], "packageRules": [ { "matchSourceUrlPrefixes": ["https://github.com/actions/toolkit"],