Skip to content

Commit c301e2c

Browse files
authored
Group vitest dependencies (#1167)
1 parent d65fe10 commit c301e2c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ updates:
1111
interval: "weekly"
1212
open-pull-requests-limit: 20
1313
versioning-strategy: increase
14+
groups:
15+
vitest:
16+
patterns:
17+
- "*vitest*"
1418
- package-ecosystem: "github-actions"
1519
directory: "/"
1620
schedule:
@@ -20,4 +24,4 @@ updates:
2024
schedule:
2125
interval: "weekly"
2226
open-pull-requests-limit: 5
23-
versioning-strategy: increase
27+
versioning-strategy: increase

0 commit comments

Comments
 (0)