From 211805eb0d505870ee8ad0dd895d0e760e8e6dcc Mon Sep 17 00:00:00 2001 From: Alberto Torres Date: Fri, 31 Jul 2026 12:08:49 +0200 Subject: [PATCH] chore(ci): run Security Updates weekly instead of daily The job finishes in well under a minute but is billed a full minute per run, so ~29 daily runs/month is almost entirely rounding overhead. Detection cadence is not the bottleneck for these alerts; merge latency is. Moves to Mondays 03:37 UTC. Claude-Session: https://claude.ai/code/session_01Xke8d7un3d7fBQcLHrkWr8 --- .github/workflows/security-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-updates.yml b/.github/workflows/security-updates.yml index 63bc708..f321e30 100644 --- a/.github/workflows/security-updates.yml +++ b/.github/workflows/security-updates.yml @@ -2,7 +2,7 @@ name: Security Updates on: schedule: - - cron: "30 3 * * *" + - cron: "37 3 * * 1" workflow_dispatch: permissions: