From c5fa5c5c69b19e97dfdb6f7c84c5945b8e2cbfc5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 25 Dec 2025 08:52:43 +0100 Subject: [PATCH] chore: be more specific in dependabot schedule --- .github/dependabot.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 096e29001..bb9c8087b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,9 +28,9 @@ updates: exclude: - ccxt schedule: - interval: weekly - time: "03:00" - timezone: "Etc/UTC" + interval: "cron" + # Monday at 03:00 + cronjob: "0 3 * * 1" open-pull-requests-limit: 15 target-branch: develop groups: @@ -53,7 +53,9 @@ updates: cooldown: default-days: 7 schedule: - interval: "weekly" + interval: "cron" + # Monday at 03:00 + cronjob: "0 3 * * 1" open-pull-requests-limit: 10 target-branch: develop groups: