Commit 889cc7a
authored
chore: configure Dependabot to group React updates (#992)
## Summary
- Configures Dependabot to group `react` and `react-dom` updates into a
single PR
- Prevents version mismatch failures in CI when these packages are
updated separately
## Context
PRs #989 and #990 were created separately for `react` and `react-dom`
updates, causing CI failures due to peer dependency version mismatches.
This configuration ensures both packages are updated together in future
Dependabot PRs.
## Changes
- Added `groups` configuration to `.github/dependabot.yml` for React
packages1 parent 0d2560a commit 889cc7a
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments