From 2a4e7e5d0b122eecacfb98a2eecbec6e103b9dbc Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 15 Nov 2022 14:37:10 +0100 Subject: [PATCH] npm -> yarn Signed-off-by: Johan Haals --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f6ffdd9565..93e0471fd3 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,7 +1,7 @@ { labels: ['dependencies'], extends: ['config:base', ':disableDependencyDashboard', ':gitSignOff'], - postUpdateOptions: ['npmDedupe'], + postUpdateOptions: ['yarnDedupeHighest'], rangeStrategy: 'update-lockfile', // @elastic/elasticsearch is ignored due to licensing issues. See #10992 ignoreDeps: ['@elastic/elasticsearch', 'event-source-polyfill'],