From 66120c35a5f121179416de16b056bed28e90fbe2 Mon Sep 17 00:00:00 2001 From: Paul Macdonnell Date: Mon, 25 May 2026 08:50:28 +1000 Subject: [PATCH] chore: disable scheduled run of dependabot alert management workflow Remove the weekly schedule trigger, retaining workflow_dispatch for manual runs. Terraform will propagate this change to all managed repos. Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/dependabot-alert.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dependabot-alert.yml b/.github/workflows/dependabot-alert.yml index 6c9583d..9a51505 100644 --- a/.github/workflows/dependabot-alert.yml +++ b/.github/workflows/dependabot-alert.yml @@ -1,8 +1,6 @@ name: Dependabot Alert Management on: - schedule: - - cron: '0 16 * * 0' # Monday 02:00 AEST (UTC+10) workflow_dispatch: permissions: