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.
1 parent 881acd9 commit 6f3b5a2Copy full SHA for 6f3b5a2
.github/dependabot.yml
@@ -24,10 +24,21 @@ updates:
24
groups:
25
development:
26
patterns:
27
+ - "@*/eslint-config-*"
28
+ - "@*/eslint-config"
29
+ - "@*/eslint-formatter-*"
30
+ - "@*/eslint-formatter"
31
+ - "@*/eslint-parser-*"
32
+ - "@*/eslint-parser"
33
+ - "@*/eslint-plugin-*"
34
+ - "@*/eslint-plugin"
35
- "@types/*"
36
- "@typescript-eslint/*"
- - "eslint"
37
+ - "eslint-config-*"
38
+ - "eslint-formatter-*"
39
+ - "eslint-parser-*"
40
- "eslint-plugin-*"
41
+ - "eslint"
42
- "typescript"
43
labels:
44
- "Platform/NodeJS"
0 commit comments