Skip to content

Commit 32e2693

Browse files
committed
Group eslint dependencies together
- Remove typescript-eslint group; it's unused Signed-off-by: David Thompson <davthomp@redhat.com>
1 parent 6aaea10 commit 32e2693

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/dependabot.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ updates:
77
cronjob: "0 8 * * 2,4"
88
open-pull-requests-limit: 10
99
groups:
10-
typescript-eslint:
10+
eslint:
1111
patterns:
12-
- "@typescript-eslint/*"
12+
- "eslint"
13+
- "@eslint/js"

0 commit comments

Comments
 (0)