Skip to content

Commit

Permalink
dev: Group dependencies updates per topic (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette authored Nov 3, 2023
1 parent eadfc21 commit c950615
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,40 @@ updates:
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 300
open-pull-requests-limit: 20
groups:
mui-packages:
# Define patterns to include dependencies in the group (based on dependency name)
patterns:
- "@mui/*"
i18n:
patterns:
- "i18next"
- "react-i18next"
basics:
patterns:
- "@types/node"
- "@types/react"
- "@types/react-dom"
- "react"
- "react-dom"
- "typescript"
emotion:
patterns:
- "@emotion/*"
redux:
patterns:
- "@reduxjs/toolkit"
- "react-redux"
vite:
patterns:
- "@vitejs/plugin-react"
- "vite"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 300
open-pull-requests-limit: 20

0 comments on commit c950615

Please sign in to comment.