From 68c5f43468eb1f3cb25db8d8f81bf62d7c18b9a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 13:14:37 +0000 Subject: [PATCH] Chore(dependencies): Ignore globby until we move to esm modules (#40914) Co-authored-by: Ashley Harrison --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8356a79c902..23249cf1530 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -8,6 +8,7 @@ "@types/d3-force", "d3", "d3-force", // we should bump this once we move to esm modules + "globby", // we should bump this once we move to esm modules "husky", "slate", "slate-plain-serializer",