Skip to content

Commit 099f154

Browse files
ci(github): update dependabot.yml
1 parent 3859e73 commit 099f154

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ updates:
99
directory: '/'
1010
schedule:
1111
interval: 'daily'
12+
groups:
13+
commitlint:
14+
patterns:
15+
- '@commitlint/*'
16+
prettier:
17+
patterns:
18+
- prettier
19+
- eslint-plugin-prettier
20+
typescript-eslint:
21+
patterns:
22+
- '@typescript-eslint/*'
1223

1324
- package-ecosystem: 'github-actions'
1425
directory: '/'

0 commit comments

Comments
 (0)