Skip to content

Commit a626a8f

Browse files
chore: update global workflows
1 parent fcb8e44 commit a626a8f

File tree

1 file changed

+31
-16
lines changed

1 file changed

+31
-16
lines changed

.github/dependabot.yml

Lines changed: 31 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,25 @@ updates:
88
- package-ecosystem: "cargo"
99
directory: "/"
1010
schedule:
11-
interval: "daily"
12-
time: "07:30"
11+
interval: "cron"
12+
cronjob: "0 1 * * *"
13+
timezone: "America/New_York"
1314
open-pull-requests-limit: 10
1415

1516
- package-ecosystem: "docker"
1617
directory: "/"
1718
schedule:
18-
interval: "daily"
19-
time: "08:00"
19+
interval: "cron"
20+
cronjob: "30 1 * * *"
21+
timezone: "America/New_York"
2022
open-pull-requests-limit: 10
2123

2224
- package-ecosystem: "github-actions"
2325
directory: "/"
2426
schedule:
25-
interval: "daily"
26-
time: "08:30"
27+
interval: "cron"
28+
cronjob: "0 2 * * *"
29+
timezone: "America/New_York"
2730
open-pull-requests-limit: 10
2831
groups:
2932
docker-actions:
@@ -40,11 +43,20 @@ updates:
4043
patterns:
4144
- "LizardByte/*"
4245

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+
4354
- package-ecosystem: "npm"
4455
directory: "/"
4556
schedule:
46-
interval: "daily"
47-
time: "09:00"
57+
interval: "cron"
58+
cronjob: "0 3 * * *"
59+
timezone: "America/New_York"
4860
open-pull-requests-limit: 10
4961
groups:
5062
dev-dependencies:
@@ -54,25 +66,28 @@ updates:
5466
- package-ecosystem: "nuget"
5567
directory: "/"
5668
schedule:
57-
interval: "daily"
58-
time: "09:30"
69+
interval: "cron"
70+
cronjob: "30 3 * * *"
71+
timezone: "America/New_York"
5972
open-pull-requests-limit: 10
6073

6174
- package-ecosystem: "pip"
6275
directory: "/"
6376
schedule:
64-
interval: "daily"
65-
time: "10:00"
77+
interval: "cron"
78+
cronjob: "0 4 * * *"
79+
timezone: "America/New_York"
6680
open-pull-requests-limit: 10
6781
groups:
6882
pytest-dependencies:
6983
applies-to: version-updates
7084
patterns:
7185
- "pytest*"
7286

73-
- package-ecosystem: "gitsubmodule"
87+
- package-ecosystem: "rust-toolchain"
7488
directory: "/"
7589
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

Comments
 (0)