Skip to content

Commit c5fa5c5

Browse files
committed
chore: be more specific in dependabot schedule
1 parent 21d0b60 commit c5fa5c5

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ updates:
2828
exclude:
2929
- ccxt
3030
schedule:
31-
interval: weekly
32-
time: "03:00"
33-
timezone: "Etc/UTC"
31+
interval: "cron"
32+
# Monday at 03:00
33+
cronjob: "0 3 * * 1"
3434
open-pull-requests-limit: 15
3535
target-branch: develop
3636
groups:
@@ -53,7 +53,9 @@ updates:
5353
cooldown:
5454
default-days: 7
5555
schedule:
56-
interval: "weekly"
56+
interval: "cron"
57+
# Monday at 03:00
58+
cronjob: "0 3 * * 1"
5759
open-pull-requests-limit: 10
5860
target-branch: develop
5961
groups:

0 commit comments

Comments
 (0)