From 1c6245da8435fe3232122d485434bc7f14b045d7 Mon Sep 17 00:00:00 2001 From: William Bergamin Date: Tue, 3 Sep 2024 10:06:24 -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 8ea06fc7..8cc5d180 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,3 +16,7 @@ updates: directory: "/docs" schedule: interval: "monthly" + groups: + docusaurus: + patterns: + - "@docusaurus/*"