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.
This commit is contained in:
Harel M
2026-05-12 15:54:36 +03:00
committed by GitHub
parent d393e19d46
commit 3d061882f3

View File

@@ -15,6 +15,9 @@ updates:
vitest:
patterns:
- "*vitest*"
react:
patterns:
- "*react*"
cooldown:
default-days: 5
semver-major-days: 5