Skip to content

Commit fab6b70

Browse files
authored
chore: group dependabot updates for oxc, vite and gh-actions (#171)
1 parent d720e3d commit fab6b70

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,20 @@ updates:
77
directory: '/'
88
schedule:
99
interval: 'weekly'
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:
1322
interval: 'weekly'
23+
groups:
24+
github-actions:
25+
patterns:
26+
- '*'

0 commit comments

Comments
 (0)