From de8f6a0be8dc68deda8cbe47c9a62e5ef7a03341 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Tue, 15 Nov 2022 14:28:04 +0100 Subject: [PATCH] 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'],