From 2403b49ef027d89afa9fbf05ef110629481f5374 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Sun, 31 Dec 2023 19:11:40 +0000 Subject: [PATCH] move group --- .github/dependabot.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 26a86d6d..14a6d1f5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,12 +5,12 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + groups: + docusaurus: + patterns: + - "@docusaurus/*" - package-ecosystem: github-actions directory: "/" schedule: interval: weekly open-pull-requests-limit: 10 -groups: - docusaurus: - patterns: - - "@docusaurus/*" \ No newline at end of file