From c3e99a0cfb21265015cc5f9bce2eb9cf6e053f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Fri, 21 May 2021 16:39:08 +0200 Subject: [PATCH] Make Renovate run `yarn dedupe` after updating dependencies (#13348) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Make Renovate run `yarn dedupe` after updating dependencies * Update renovate.json Co-authored-by: Matthieu MOREL Co-authored-by: Huáng Jùnliàng Co-authored-by: Matthieu MOREL --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 86902cad6d..2849564106 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,8 @@ "config:base" ], "dependencyDashboardApproval": true, - "labels": ["PR: Dependency ⬆️"], + "labels": ["PR: Dependency ⬆️", "repo automation 🤖" ], + "postUpdateOptions": ["yarnDedupeHighest"], "packageRules": [ { "matchDepTypes": ["dependencies", "devDependencies"],