From 3d061882f3e995cca7d8ed0a72510bebdfbd61ae Mon Sep 17 00:00:00 2001 From: Harel M Date: Tue, 12 May 2026 15:54:36 +0300 Subject: [PATCH] Add react group to Dependabot configuration (#1879) ## Launch Checklist This groups react dependencies together so that they will pass the build. - [x] Briefly describe the changes in this PR. --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 393b58ac..2a73bc43 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,9 @@ updates: vitest: patterns: - "*vitest*" + react: + patterns: + - "*react*" cooldown: default-days: 5 semver-major-days: 5