From 98f87c4c49ab3b0f8c1b7eb8e50a1727e67e38ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 12:29:57 +0000 Subject: [PATCH] Ignore history/react-router-dom for now (#40932) 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 d608663de5e..a6d81bbe482 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -14,6 +14,8 @@ "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 + "history", // we should bump this together with react-router-dom + "react-router-dom", // we should bump this together with history "slate", "slate-plain-serializer", "systemjs",