Skip to content

Commit 6ee2b4f

Browse files
committed
Add dependabot groups config
1 parent f4e9002 commit 6ee2b4f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,13 @@ updates:
3030
open-pull-requests-limit: 5
3131
cooldown:
3232
default-days: 7
33+
groups:
34+
react:
35+
patterns:
36+
- "react"
37+
- "react-dom"
38+
- "@types/react"
39+
- "@types/react-dom"
40+
typescript-eslint:
41+
patterns:
42+
- "@typescript-eslint/*"

0 commit comments

Comments
 (0)