Skip to content

Commit 6a29009

Browse files
committed
ci: switches to daily dependencies updates
1 parent f5ad313 commit 6a29009

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,23 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "weekly"
7+
interval: "daily"
88
open-pull-requests-limit: 10
99

1010
# npm updates with vitest grouping
1111
- package-ecosystem: "npm"
1212
directory: "/"
1313
schedule:
14-
interval: "weekly"
14+
interval: "daily"
1515
open-pull-requests-limit: 10
1616
groups:
1717
vitest:
1818
patterns:
19-
- "vitest*"
20-
- "@vitest/*"
19+
- "*vitest*"
2120

2221
# Bundler (gem) updates
2322
- package-ecosystem: "bundler"
2423
directory: "/"
2524
schedule:
26-
interval: "weekly"
25+
interval: "daily"
2726
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)