Skip to content

Commit c6df9f8

Browse files
authored
Update Dependabot schedule and add groups (#35)
1 parent f9b989e commit c6df9f8

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,21 @@ updates:
66
- package-ecosystem: 'npm'
77
directory: '/'
88
schedule:
9-
interval: 'weekly'
9+
interval: 'monthly'
10+
groups:
11+
vite:
12+
patterns:
13+
- 'vitest'
14+
- '@vitest/*'
15+
oxc:
16+
patterns:
17+
- 'oxlint'
18+
- 'oxfmt'
1019
- package-ecosystem: 'github-actions'
1120
directory: '/'
1221
schedule:
13-
interval: 'weekly'
22+
interval: 'monthly'
23+
groups:
24+
github-actions:
25+
patterns:
26+
- '*'

0 commit comments

Comments
 (0)