Skip to content

Commit 09204e3

Browse files
sserrataclaude
andauthored
chore(deps): group react and react-dom in dependabot config (#1341)
React enforces exact version parity between react and react-dom. Bumping them independently causes build failures. Grouping ensures Dependabot always updates them together in a single PR. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4dee674 commit 09204e3

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
@@ -4,3 +4,8 @@ updates:
44
directory: /
55
schedule:
66
interval: daily
7+
groups:
8+
react:
9+
patterns:
10+
- "react"
11+
- "react-dom"

0 commit comments

Comments
 (0)