From 2cb4d9f59dbcb0fa7dbfa88f3327ed47cbca5eff Mon Sep 17 00:00:00 2001 From: L1nSn0w Date: Thu, 26 Mar 2026 16:06:20 +0800 Subject: [PATCH] chore: update Dependabot alert schedule to run daily at 2 AM --- .github/workflows/dependabot-alert-to-feishu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-alert-to-feishu.yml b/.github/workflows/dependabot-alert-to-feishu.yml index d287002226..6e7acdaea9 100644 --- a/.github/workflows/dependabot-alert-to-feishu.yml +++ b/.github/workflows/dependabot-alert-to-feishu.yml @@ -2,7 +2,7 @@ name: Dependabot Alert to Feishu on: schedule: - - cron: "0 * * * *" + - cron: "0 2 * * *" workflow_dispatch: permissions: