Skip to content

Commit f71cb34

Browse files
committed
update dependency schedule
1 parent 5fec5a2 commit f71cb34

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,25 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: daily
6+
interval: weekly
7+
day: monday
78
time: "09:00"
89
timezone: "Etc/UTC"
10+
groups:
11+
github-actions:
12+
patterns:
13+
- "*"
914
open-pull-requests-limit: 10
1015

11-
- package-ecosystem: "bundler"
16+
- package-ecosystem: bundler
1217
directory: "/"
1318
schedule:
14-
interval: daily
19+
interval: weekly
20+
day: monday
1521
time: "09:00"
1622
timezone: "Etc/UTC"
1723
open-pull-requests-limit: 10
24+
groups:
25+
bundler-dependencies:
26+
patterns:
27+
- "*"

0 commit comments

Comments
 (0)