From 91c0b5a47fe1c9203939f41308001c2e203b02f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 11:49:24 +0100 Subject: [PATCH] Dependencies: Ignore d3-force for now (#40818) Co-authored-by: Ashley Harrison --- .github/renovate.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 946a15c5bef..86c8c68e472 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -5,6 +5,7 @@ "enabledManagers": ["npm"], "ignoreDeps": [ "d3", + "d3-force", // we should bump this once we move to esm modules "husky", "slate", "slate-plain-serializer", @@ -22,7 +23,7 @@ "matchPaths": ["grafana-toolkit/package.json"], "ignoreDeps": [ "copy-webpack-plugin", // need to wait for Grafana 9 to upgrade toolkit to webpack 5 - "css-loader", // need to wait for Grafana 9 to upgrade toolkit to webpack 5 + "css-loader", // need to wait for Grafana 9 to upgrade toolkit to webpack 5 ] } ],