We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 914cb58 commit 3bb8fadCopy full SHA for 3bb8fad
1 file changed
.github/dependabot.yml
@@ -1,6 +1,7 @@
1
version: 2
2
3
updates:
4
+
5
- package-ecosystem: "npm"
6
directory: "/"
7
schedule:
@@ -13,6 +14,40 @@ updates:
13
14
labels:
15
- "npm"
16
- "dependencies"
17
+ groups:
18
+ vite:
19
+ patterns:
20
+ - "vite"
21
+ - "@vitejs/*"
22
+ react:
23
24
+ - "react"
25
+ - "react-dom"
26
+ - "react-router-dom"
27
+ - "@floating-ui/react"
28
+ - "@tanstack/react-query"
29
+ - "lucide-react"
30
+ eslint:
31
32
+ - "eslint"
33
+ - "@eslint/*"
34
+ - "eslint-plugin-*"
35
+ - "typescript-eslint"
36
+ - "globals"
37
+ typescript:
38
39
+ - "typescript"
40
+ - "@types/*"
41
+ i18n:
42
43
+ - "i18next"
44
+ - "i18next-*"
45
+ - "react-i18next"
46
+ tailwind:
47
48
+ - "tailwindcss"
49
+ - "autoprefixer"
50
+ - "postcss"
51
52
- package-ecosystem: "github-actions"
53
0 commit comments