From e79997803ed5bbfb18a1110e1c2a72c96d2eba47 Mon Sep 17 00:00:00 2001 From: Patrick McLaughlin Date: Fri, 25 Aug 2023 11:13:47 -0400 Subject: [PATCH] ci(deps-dev): group swc core and native dependabot updates --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 70e48083..66d27a73 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,7 +26,7 @@ updates: groups: dependencies: patterns: - - '@swc/core-*' + - '@swc/core*' ignore: # Ignore all @types/nodes patch updates, since # this package updates so frequently