Skip to content

Commit 8b7043c

Browse files
chore: configure Dependabot to group React updates
This ensures react and react-dom are updated together in a single PR, preventing version mismatch failures in CI.
1 parent 0d2560a commit 8b7043c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ updates:
1111
ignore:
1212
- dependency-name: "*"
1313
update-types: ["version-update:semver-major"]
14+
groups:
15+
react:
16+
patterns:
17+
- "react"
18+
- "react-dom"

0 commit comments

Comments
 (0)