From b828be5eaae4370b129cf5b11f7272e7ce8dd29c Mon Sep 17 00:00:00 2001 From: Armel Soro Date: Mon, 16 Oct 2023 10:26:49 +0200 Subject: [PATCH] Group Dependabot updates to `@docusaurus/*` together This prevents warning messages displayed by Docusaurus when all the `@docusaurus/*` versions are not the same. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fc195d97e5c..7393255afaf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -40,6 +40,11 @@ updates: # and it does not necessarily make sense to run all the Prow tests here. - "area/dependency" - "kind/task" + groups: + # See https://github.blog/changelog/2023-06-30-grouped-version-updates-for-dependabot-public-beta/ + docusaurus: + patterns: + - "@docusaurus*" ## Feel free to add other package managers here if needed. ## See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem