From 9912cced1214832df880320f15e713072508f876 Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Sun, 8 Feb 2026 07:12:37 +0100 Subject: [PATCH] daily dependabot runs --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b7ce71f..6d45fa8a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: directory: "/" schedule: interval: cron - cronjob: "10/15 * * * *" + cronjob: "10 13 * * *" open-pull-requests-limit: 10 commit-message: prefix: "build(deps)" @@ -16,7 +16,7 @@ updates: directory: "/" schedule: interval: cron - cronjob: "10/15 * * * *" + cronjob: "10 13 * * *" open-pull-requests-limit: 10 commit-message: prefix: "ci(deps)" @@ -27,7 +27,7 @@ updates: directory: "/" schedule: interval: cron - cronjob: "10/15 * * * *" + cronjob: "10 13 * * *" open-pull-requests-limit: 10 commit-message: prefix: "build(deps)"