From 334b49863221cebe4d50893d7cda741d207ccc03 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Mon, 7 Nov 2022 10:30:23 +0000 Subject: [PATCH] group d3 updates together (#58309) --- .github/renovate.json5 | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 40eef3eb180..235131251d8 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,15 +5,8 @@ "enabledManagers": ["npm"], "ignoreDeps": [ "@types/systemjs", - "@types/d3-force", // we should bump this once we move to esm modules - "@types/d3-interpolate", // we should bump this once we move to esm modules - "@types/d3-scale-chromatic", // we should bump this once we move to esm modules "@types/react-icons", // jaeger-ui-components is being refactored to use @grafana/ui icons instead "commander", // we are planning to remove this, so no need to update it - "d3", - "d3-force", // we should bump this once we move to esm modules - "d3-interpolate", // we should bump this once we move to esm modules - "d3-scale-chromatic", // we should bump this once we move to esm modules "execa", // we should bump this once we move to esm modules "history", // we should bump this together with react-router-dom "@mdx-js/react", // storybook peer-depends on its 1.x version, we should upgrade this when we upgrade storybook @@ -73,7 +66,14 @@ "slate", "slate-react" ] - } + }, + { + "groupName": "d3", + "matchPackagePrefixes": [ + "d3", + "@types/d3" + ] + }, ], "pin": { "enabled": false