Skip to content

Commit 0298e92

Browse files
ci(github): tidy dependabot.yml
1 parent a914ee7 commit 0298e92

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@ updates:
1515
- '@commitlint/*'
1616
eslint:
1717
patterns:
18-
- '@eslint/*'
19-
- 'eslint*'
18+
- '*eslint*'
2019
- prettier
2120
vite:
2221
patterns:
23-
- '@vitest/*'
24-
- 'vite*'
22+
- '*vite*'
2523

2624
- package-ecosystem: 'github-actions'
2725
directory: '/'

0 commit comments

Comments
 (0)