Let security updates bypass the weekday schedule #47

Closed
opened 2026-06-16 14:43:08 +01:00 by lyrathorpe · 0 comments
Owner

Problem

schedule: ["* * * * 1-5"] restricts Renovate to weekdays, so a weekend security
fix waits until Monday.

Fix

Let vulnerability updates bypass the schedule:

"vulnerabilityAlerts": { "enabled": true, "schedule": ["at any time"] }
## Problem `schedule: ["* * * * 1-5"]` restricts Renovate to weekdays, so a weekend security fix waits until Monday. ## Fix Let vulnerability updates bypass the schedule: ```json "vulnerabilityAlerts": { "enabled": true, "schedule": ["at any time"] } ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lyrathorpe/renovate-config#47