From 355975fbd5a95839826e934719d679da7af61205 Mon Sep 17 00:00:00 2001 From: Tianyi Cui <53024+tianyicui@users.noreply.github.com> Date: Mon, 27 Jul 2026 23:31:29 +0800 Subject: [PATCH] chore: schedule Dependabot for Friday Shanghai time --- .github/dependabot.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2df167670e..c69503be23 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,8 +10,8 @@ updates: - "native/landlock-run/**" schedule: interval: "weekly" - day: "monday" - time: "09:00" + day: "friday" + time: "00:01" timezone: "Asia/Shanghai" cooldown: default-days: 30 @@ -23,8 +23,8 @@ updates: directory: "/native/landlock-run" schedule: interval: "weekly" - day: "monday" - time: "09:00" + day: "friday" + time: "00:01" timezone: "Asia/Shanghai" cooldown: default-days: 30 @@ -36,8 +36,8 @@ updates: directory: "/python/sdk" schedule: interval: "weekly" - day: "monday" - time: "09:00" + day: "friday" + time: "00:01" timezone: "Asia/Shanghai" cooldown: default-days: 30 @@ -49,8 +49,8 @@ updates: directory: "/" schedule: interval: "weekly" - day: "monday" - time: "09:00" + day: "friday" + time: "00:01" timezone: "Asia/Shanghai" cooldown: default-days: 30