From e6b6166366e434a8a67188008f48dcd4d079c6ee Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:27:07 -0700 Subject: [PATCH] Chore: Add groups for React and Testing Library in Dependabot config (#6923) --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9a53b3a6c..a5dcb11c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,9 +11,20 @@ updates: interval: "weekly" cooldown: default-days: 7 + - package-ecosystem: "npm" directory: "/" schedule: interval: "monthly" cooldown: default-days: 7 + groups: + react: + patterns: + - "react" + - "react-dom" + + testing-library: + patterns: + - "@testing-library/jest-dom" + - "@testing-library/dom"