From 178775e18d0000bff341d7440d9d870b74d580bb Mon Sep 17 00:00:00 2001 From: Qiao Han Date: Mon, 17 Nov 2025 15:37:08 +0800 Subject: [PATCH] chore: use cron schedule to run on weekends --- .github/dependabot.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0807ddecd..68c3ea150 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,8 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "cron" + cronjob: "0 0 * * *" groups: action-minor: update-types: @@ -14,7 +15,8 @@ updates: - "/" - "pkg" schedule: - interval: "daily" + interval: "cron" + cronjob: "0 0 * * *" groups: go-minor: update-types: @@ -23,7 +25,8 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" + interval: "cron" + cronjob: "0 0 * * *" groups: npm-minor: update-types: @@ -32,7 +35,8 @@ updates: - package-ecosystem: "docker" directory: "pkg/config/templates" schedule: - interval: "daily" + interval: "cron" + cronjob: "0 0 * * *" commit-message: prefix: "fix(docker): " groups: