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"] }
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem
schedule: ["* * * * 1-5"]restricts Renovate to weekdays, so a weekend securityfix waits until Monday.
Fix
Let vulnerability updates bypass the schedule: