From cbebef774ccb517607bfeeff2f8887854b4f947e Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 18 Apr 2025 13:38:51 +0800 Subject: [PATCH] chore: update dependabot schedule to run on Fridays --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f26051151..814610783 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,4 +4,5 @@ updates: directory: "/" schedule: interval: "weekly" - timezone: "Asia/Shanghai" \ No newline at end of file + timezone: "Asia/Shanghai" + day: "friday" \ No newline at end of file