From 468c4541f08a89b12289b4edd1e388a1f5aa1090 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Tue, 3 Sep 2024 09:34:31 -0400 Subject: [PATCH] chore: group docusaurus dependencies --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8ea06fc7d..8cc5d1809 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,7 @@ updates: directory: "/docs" schedule: interval: "monthly" + groups: + docusaurus: + patterns: + - "@docusaurus/*"