Skip to content

Commit 211805e

Browse files
committed
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
1 parent 616e2c3 commit 211805e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/security-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Security Updates
22

33
on:
44
schedule:
5-
- cron: "30 3 * * *"
5+
- cron: "37 3 * * 1"
66
workflow_dispatch:
77

88
permissions:

0 commit comments

Comments
 (0)