Skip to content

Commit

Permalink
ci(dependabot): group React dependencies for updates
Browse files Browse the repository at this point in the history
Add groups for React and related type
dependencies in dependabot.yml,
organizing updates for React,
react-dom, and respective types.
  • Loading branch information
steebchen committed Dec 9, 2024
1 parent df45e2e commit 328e6ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ updates:
directory: "/docs"
schedule:
interval: "daily"
groups:
react:
patterns:
- "react"
- "react-dom"
- "@types/react"
- "@types/react-dom"

0 comments on commit 328e6ce

Please sign in to comment.