diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 888918229ca..23c090ba217 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,10 @@ updates: labels: - 'PR: chore' - 'PR: dependencies' + groups: + docusaurus: + patterns: + - '@docusaurus/*' - package-ecosystem: 'github-actions' # See documentation for possible values directory: '/' target-branch: 'main'