From 37a4d047c7d0eeb78249702aca04cd5609d1db3b Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 30 Jan 2024 11:35:41 -0600 Subject: [PATCH] Add a Dependabot group for docusaurus (#54) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 782a0ad..da951a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,10 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + docusaurus: + patterns: + - "@docusaurus/*" - package-ecosystem: "github-actions" directory: "/" schedule: