We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dab97ad + a200b05 commit abc38bbCopy full SHA for abc38bb
.github/dependabot.yml
@@ -30,3 +30,29 @@ updates:
30
open-pull-requests-limit: 5
31
cooldown:
32
default-days: 7
33
+ groups:
34
+ debug:
35
+ patterns:
36
+ - "@types/debug"
37
+ - "debug"
38
+ express:
39
40
+ - "@types/express"
41
+ - "express"
42
+ jest:
43
44
+ - "@types/jest"
45
+ - "jest"
46
+ react:
47
48
+ - "@types/react"
49
+ - "@types/react-dom"
50
+ - "react"
51
+ - "react-dom"
52
+ typescript-eslint:
53
54
+ - "@typescript-eslint/*"
55
+ ws:
56
57
+ - "@types/ws"
58
+ - "ws"
0 commit comments