We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b989e commit c6df9f8Copy full SHA for c6df9f8
1 file changed
.github/dependabot.yml
@@ -6,8 +6,21 @@ updates:
6
- package-ecosystem: 'npm'
7
directory: '/'
8
schedule:
9
- interval: 'weekly'
+ interval: 'monthly'
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