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 f5ad313 commit 6a29009Copy full SHA for 6a29009
.github/dependabot.yml
@@ -4,24 +4,23 @@ updates:
4
- package-ecosystem: "github-actions"
5
directory: "/"
6
schedule:
7
- interval: "weekly"
+ interval: "daily"
8
open-pull-requests-limit: 10
9
10
# npm updates with vitest grouping
11
- package-ecosystem: "npm"
12
13
14
15
16
groups:
17
vitest:
18
patterns:
19
- - "vitest*"
20
- - "@vitest/*"
+ - "*vitest*"
21
22
# Bundler (gem) updates
23
- package-ecosystem: "bundler"
24
25
26
27
0 commit comments