From acd58f8283ec43a61f55147e597380547b96dab9 Mon Sep 17 00:00:00 2001 From: John Gerrard Holland Date: Thu, 12 Oct 2023 18:08:38 -0400 Subject: [PATCH] deps: Update dependabot.yml with babel groups --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 56e6896b1..6c0c026f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,3 +18,7 @@ updates: patterns: - "storybook" - "@storybook/*" + babel: + patterns: + - "babel" + - "@babel/*"