Skip to content

Commit

Permalink
Merge pull request #78 from openfoodfacts/teolemon-patch-1
Browse files Browse the repository at this point in the history
ci: Create dependabot.yml
  • Loading branch information
teolemon authored Sep 4, 2024
2 parents 9a6960e + d60bc25 commit 44ddf7a
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 44ddf7a

Please sign in to comment.