Skip to content

Commit b58899d

Browse files
sserrataclaude
andcommitted
chore(deps): group react and react-dom in dependabot config
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 b58899d

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)