From cf27a9604cf30490667c7843a65784dd033994ab Mon Sep 17 00:00:00 2001 From: Matt Raible Date: Mon, 28 Jul 2025 14:44:25 -0600 Subject: [PATCH] Use groups for React in dependabot Group React dependencies together for upgrades --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30217ef..2b775d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,11 @@ updates: open-pull-requests-limit: 10 schedule: interval: weekly + groups: + react: + patterns: + - "react" + - "react-dom" - package-ecosystem: github-actions directory: "/" schedule: