Skip to content

Commit a200b05

Browse files
committed
Add dependabot groups config
1 parent f4e9002 commit a200b05

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,29 @@ updates:
3030
open-pull-requests-limit: 5
3131
cooldown:
3232
default-days: 7
33+
groups:
34+
debug:
35+
patterns:
36+
- "@types/debug"
37+
- "debug"
38+
express:
39+
patterns:
40+
- "@types/express"
41+
- "express"
42+
jest:
43+
patterns:
44+
- "@types/jest"
45+
- "jest"
46+
react:
47+
patterns:
48+
- "@types/react"
49+
- "@types/react-dom"
50+
- "react"
51+
- "react-dom"
52+
typescript-eslint:
53+
patterns:
54+
- "@typescript-eslint/*"
55+
ws:
56+
patterns:
57+
- "@types/ws"
58+
- "ws"

0 commit comments

Comments
 (0)