We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd3b1e commit 9fdccd3Copy full SHA for 9fdccd3
1 file changed
.github/dependabot.yml
@@ -29,6 +29,21 @@ updates:
29
include: scope
30
prefix: "fix"
31
prefix-development: "chore"
32
+ groups:
33
+ react:
34
+ patterns:
35
+ - "@types/react*"
36
+ - "react*"
37
+ vite:
38
39
+ - "@vitejs/*"
40
+ - "vite"
41
+ - "vite-*"
42
+ testing:
43
44
+ - "@testing-library/*"
45
+ - "jsdom"
46
+ - "vitest"
47
48
- package-ecosystem: "npm"
49
directories:
@@ -41,3 +56,10 @@ updates:
56
57
prefix: "chore"
58
59
60
+ expo:
61
62
+ - "@expo/*"
63
+ - "expo"
64
+ - "expo-*"
65
+ - "eslint-config-expo"
0 commit comments