@@ -8,22 +8,25 @@ updates:
8
8
- package-ecosystem : " cargo"
9
9
directory : " /"
10
10
schedule :
11
- interval : " daily"
12
- time : " 07:30"
11
+ interval : " cron"
12
+ cronjob : " 0 1 * * *"
13
+ timezone : " America/New_York"
13
14
open-pull-requests-limit : 10
14
15
15
16
- package-ecosystem : " docker"
16
17
directory : " /"
17
18
schedule :
18
- interval : " daily"
19
- time : " 08:00"
19
+ interval : " cron"
20
+ cronjob : " 30 1 * * *"
21
+ timezone : " America/New_York"
20
22
open-pull-requests-limit : 10
21
23
22
24
- package-ecosystem : " github-actions"
23
25
directory : " /"
24
26
schedule :
25
- interval : " daily"
26
- time : " 08:30"
27
+ interval : " cron"
28
+ cronjob : " 0 2 * * *"
29
+ timezone : " America/New_York"
27
30
open-pull-requests-limit : 10
28
31
groups :
29
32
docker-actions :
@@ -40,11 +43,20 @@ updates:
40
43
patterns :
41
44
- " LizardByte/*"
42
45
46
+ - package-ecosystem : " gitsubmodule"
47
+ directory : " /"
48
+ schedule :
49
+ interval : " cron"
50
+ cronjob : " 30 2 * * *"
51
+ timezone : " America/New_York"
52
+ open-pull-requests-limit : 10
53
+
43
54
- package-ecosystem : " npm"
44
55
directory : " /"
45
56
schedule :
46
- interval : " daily"
47
- time : " 09:00"
57
+ interval : " cron"
58
+ cronjob : " 0 3 * * *"
59
+ timezone : " America/New_York"
48
60
open-pull-requests-limit : 10
49
61
groups :
50
62
dev-dependencies :
@@ -54,25 +66,28 @@ updates:
54
66
- package-ecosystem : " nuget"
55
67
directory : " /"
56
68
schedule :
57
- interval : " daily"
58
- time : " 09:30"
69
+ interval : " cron"
70
+ cronjob : " 30 3 * * *"
71
+ timezone : " America/New_York"
59
72
open-pull-requests-limit : 10
60
73
61
74
- package-ecosystem : " pip"
62
75
directory : " /"
63
76
schedule :
64
- interval : " daily"
65
- time : " 10:00"
77
+ interval : " cron"
78
+ cronjob : " 0 4 * * *"
79
+ timezone : " America/New_York"
66
80
open-pull-requests-limit : 10
67
81
groups :
68
82
pytest-dependencies :
69
83
applies-to : version-updates
70
84
patterns :
71
85
- " pytest*"
72
86
73
- - package-ecosystem : " gitsubmodule "
87
+ - package-ecosystem : " rust-toolchain "
74
88
directory : " /"
75
89
schedule :
76
- interval : " daily"
77
- time : " 10:30"
78
- open-pull-requests-limit : 10
90
+ interval : " cron"
91
+ cronjob : " 30 4 * * *"
92
+ timezone : " America/New_York"
93
+ open-pull-requests-limit : 1
0 commit comments