From 34e937d847217596022b92c9f0e5b2c646c597e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 15:27:33 +0100 Subject: [PATCH] Chore: Ignore systemjs/d3-force type updates (#40518) 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 86c8c68e472..8356a79c902 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -4,6 +4,8 @@ ], "enabledManagers": ["npm"], "ignoreDeps": [ + "@types/systemjs", + "@types/d3-force", "d3", "d3-force", // we should bump this once we move to esm modules "husky",