generated from posva/vite-tailwind-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathdependabot.yml
50 lines (50 loc) · 1.15 KB
/
dependabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
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