From 9e29484c8058e6c07c0dd88df096ece8bcf45951 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Nov 2021 16:35:47 +0000 Subject: [PATCH] Chore(renovate): Ignore d3-scale-chromatic until we move to esm modules (#40819) Co-authored-by: Ashley Harrison --- .github/renovate.json5 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7607c969ca0..56667bfa960 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,9 +5,11 @@ "enabledManagers": ["npm"], "ignoreDeps": [ "@types/systemjs", - "@types/d3-force", + "@types/d3-force", // 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-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 "slate",