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