Skip to content

Commit 9fdccd3

Browse files
authored
chore: update Dependabot configuration (#155)
* chore(dependabot): add groups for React, Vite, Testing, and Expo in Dependabot configuration
1 parent 8bd3b1e commit 9fdccd3

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,21 @@ updates:
2929
include: scope
3030
prefix: "fix"
3131
prefix-development: "chore"
32+
groups:
33+
react:
34+
patterns:
35+
- "@types/react*"
36+
- "react*"
37+
vite:
38+
patterns:
39+
- "@vitejs/*"
40+
- "vite"
41+
- "vite-*"
42+
testing:
43+
patterns:
44+
- "@testing-library/*"
45+
- "jsdom"
46+
- "vitest"
3247

3348
- package-ecosystem: "npm"
3449
directories:
@@ -41,3 +56,10 @@ updates:
4156
include: scope
4257
prefix: "chore"
4358
prefix-development: "chore"
59+
groups:
60+
expo:
61+
patterns:
62+
- "@expo/*"
63+
- "expo"
64+
- "expo-*"
65+
- "eslint-config-expo"

0 commit comments

Comments
 (0)