From c7cdf064a25f6e72eebbb3e7dfbd9a2b1269e1cf Mon Sep 17 00:00:00 2001 From: Michael Fyffe <6224270+TraGicCode@users.noreply.github.com> Date: Thu, 4 Dec 2025 06:51:51 -0600 Subject: [PATCH] Ensure react dependencies are updated together --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7c4e01d..79fe2d0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,6 +20,10 @@ updates: directory: "/website" schedule: interval: "daily" + groups: + react-dependencies: + patterns: + - "react*" - package-ecosystem: "devcontainers" # See documentation for possible values directory: "/" schedule: