From 9a9c589aeeafe7dfbcd11d6b3adf69e421e89321 Mon Sep 17 00:00:00 2001 From: Radoslav Dimitrov Date: Tue, 5 Nov 2024 10:24:26 +0100 Subject: [PATCH] Group docusaurus PRs into a single update group (#4876) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e08a6b35b9..e272c72a2e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -25,6 +25,10 @@ updates: directory: "docs" schedule: interval: "daily" + groups: + docusaurus: + patterns: + - "*docusaurus*" ignore: # facebook/docusaurus#4029 suggests MDX v2 will only be in the v3 release. # facebook/docusaurus#9053 has some more details on the migration.