Skip to content

Commit 6f3b5a2

Browse files
committed
Update dependabot
1 parent 881acd9 commit 6f3b5a2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,21 @@ updates:
2424
groups:
2525
development:
2626
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"
2735
- "@types/*"
2836
- "@typescript-eslint/*"
29-
- "eslint"
37+
- "eslint-config-*"
38+
- "eslint-formatter-*"
39+
- "eslint-parser-*"
3040
- "eslint-plugin-*"
41+
- "eslint"
3142
- "typescript"
3243
labels:
3344
- "Platform/NodeJS"

0 commit comments

Comments
 (0)