From 9b2ac8addea13dbf24411872a1d05c765be36bb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 17:53:57 +0000 Subject: [PATCH] Chore(renovate): Ignore d3-interpolate until we move to esm modules (#41005) Co-authored-by: Ashley Harrison --- .github/renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 56667bfa960..a9187c20322 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -6,9 +6,11 @@ "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 "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 "eslint", // wait until `eslint-plugin-react-hooks>4.2.0` is released "globby", // we should bump this once we move to esm modules