From e828e04a668555e8f2a461b9d421d514fb71bfb1 Mon Sep 17 00:00:00 2001 From: Paul Macdonnell Date: Thu, 7 May 2026 18:35:31 +1000 Subject: [PATCH] fix(dependabot): reduce scan frequency to weekly Change schedule from every 6 hours to Monday 02:00 AEST (16:00 UTC Sunday). Manual workflow_dispatch trigger remains available. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/dependabot-alert.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-alert.yml b/.github/workflows/dependabot-alert.yml index 2d80368..6c9583d 100644 --- a/.github/workflows/dependabot-alert.yml +++ b/.github/workflows/dependabot-alert.yml @@ -2,7 +2,7 @@ name: Dependabot Alert Management on: schedule: - - cron: '0 */6 * * *' + - cron: '0 16 * * 0' # Monday 02:00 AEST (UTC+10) workflow_dispatch: permissions: