Skip to content

Commit

Permalink
Add a Dependabot group for React dependencies
Browse files Browse the repository at this point in the history
We want to ensure that React and React DOM is updated in parallel.

This is especially relevant for React 19.
  • Loading branch information
kasperg committed Dec 9, 2024
1 parent c3d05f5 commit 09b090e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ updates:
labels:
- dependencies
groups:
react:
patterns:
- "react"
- "@types/react"
- "react-dom"
- "@types/react-dom"
storybook:
patterns:
- "storybook"
Expand Down

0 comments on commit 09b090e

Please sign in to comment.