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.
  • Loading branch information
kasperg committed Dec 9, 2024
1 parent 8999f81 commit 88101f2
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 @@ -30,6 +30,12 @@ updates:
- "@graphql-typed-document-node/core"
- "replace-in-file"
- "typescript-graphql-typed-files-modules"
react:
patterns:
- "react"
- "@types/react"
- "react-dom"
- "@types/react-dom"
redux:
patterns:
- "@reduxjs/toolkit"
Expand Down

0 comments on commit 88101f2

Please sign in to comment.