Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config:recommended"
],
"timezone": "Europe/Berlin",
"schedule": ["at any time"],
"schedule": ["* 0-5 * * *"],
Copy link

Copilot AI Mar 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The top-level schedule is now a cron expression, while lockFileMaintenance.schedule uses Renovate’s natural-language schedule format. For consistency/readability (and to avoid ambiguity about how Renovate interprets cron strings), consider switching this to the same natural-language window (e.g., “after 12am and before 6am”) or adding a short comment explaining the cron format/time window intent.

Suggested change
"schedule": ["* 0-5 * * *"],
"schedule": ["after 12am and before 6am"],

Copilot uses AI. Check for mistakes.
"labels": [
"bot",
"renovate",
Expand Down
Loading