We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d720e3d commit fab6b70Copy full SHA for fab6b70
1 file changed
.github/dependabot.yml
@@ -7,7 +7,20 @@ updates:
7
directory: '/'
8
schedule:
9
interval: 'weekly'
10
+ groups:
11
+ vite:
12
+ patterns:
13
+ - 'vitest'
14
+ - '@vitest/*'
15
+ oxc:
16
17
+ - 'oxlint'
18
+ - 'oxfmt'
19
- package-ecosystem: 'github-actions'
20
21
22
23
24
+ github-actions:
25
26
+ - '*'
0 commit comments