Skip to content

Commit

Permalink
ci: Create dependabot.yml (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Aug 21, 2024
1 parent 514831f commit 57326c5
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
commit-message:
prefix: "chore"
include: "scope"
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"
eslint:
patterns:
- "@typescript-eslint/*"
- "eslint"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "chore"
include: "scope"
open-pull-requests-limit: 20

0 comments on commit 57326c5

Please sign in to comment.