Skip to content

Commit

Permalink
Add Dependabot group for Redux
Browse files Browse the repository at this point in the history
There are often dependencies between core Redux and packages building
on Redux like Redux Toolkit, React Redux, Redux Persist.

Group them to make them move in parallel.
  • Loading branch information
kasperg committed Dec 11, 2023
1 parent e2d85ba commit a9f2470
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 @@ -27,6 +27,13 @@ updates:
- "@graphql-typed-document-node/core"
- "replace-in-file"
- "typescript-graphql-typed-files-modules"
redux:
patterns:
- "@reduxjs/toolkit"
- "@types/react-redux"
- "react-redux"
- "redux"
- "redux-persist"
storybook:
patterns:
- "@storybook/*"

0 comments on commit a9f2470

Please sign in to comment.