Skip to content

Commit 6a4bd86

Browse files
authored
Add eslint group to Dependabot configuration
1 parent d33f837 commit 6a4bd86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ updates:
99
directory: '/'
1010
schedule:
1111
interval: 'weekly'
12+
groups:
13+
eslint:
14+
patterns:
15+
- "*eslint*"
1216
- package-ecosystem: 'github-actions'
1317
directory: '/'
1418
schedule:

0 commit comments

Comments
 (0)