Skip to content

Commit d5ad2f6

Browse files
authored
chore: update dependabot with groups
1 parent f6d5935 commit d5ad2f6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ updates:
66
interval: daily
77
time: '10:00'
88
open-pull-requests-limit: 10
9+
groups:
10+
eslint:
11+
patterns:
12+
- 'eslint-*'
13+
- '@typescript-eslint/*'
14+
- '@eslint/*'
15+
16+
typescript:
17+
patterns:
18+
- 'typescript-*'
19+
- '@typescript/*'
20+
21+
jest:
22+
patterns:
23+
- 'jest-*'
24+
- '@jest/*'
25+
26+
actions:
27+
patterns:
28+
- 'actions/*'
29+
- '@actions/*'
30+
31+
misc:
32+
patterns:
33+
- '*'
934

1035
- package-ecosystem: github-actions
1136
directory: '/'

0 commit comments

Comments
 (0)