Skip to content

chore: update renovate schedule#505

Open
olivermeyer wants to merge 1 commit intomainfrom
chore/update-renovate-schedule
Open

chore: update renovate schedule#505
olivermeyer wants to merge 1 commit intomainfrom
chore/update-renovate-schedule

Conversation

@olivermeyer
Copy link
Collaborator

@olivermeyer olivermeyer commented Mar 23, 2026

Currently Renovate rebases its PRs several times a day, which causes concurrent CI runs.

This does not avoid the concurrent CI run issue, but it should prevent it from happening several times during the day.

Copilot AI review requested due to automatic review settings March 23, 2026 16:03
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository’s Renovate configuration to restrict when Renovate is allowed to update/rebase PRs, aiming to reduce daytime CI concurrency caused by frequent rebases.

Changes:

  • Changed Renovate’s global schedule from “at any time” to a nightly window (00:00–05:59, Europe/Berlin).

@olivermeyer olivermeyer force-pushed the chore/update-renovate-schedule branch from 0f70d30 to 418cd5f Compare March 23, 2026 16:23
@codecov
Copy link

codecov bot commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.
see 11 files with indirect coverage changes

@olivermeyer olivermeyer force-pushed the chore/update-renovate-schedule branch from 418cd5f to 93631f5 Compare March 24, 2026 08:20
Copilot AI review requested due to automatic review settings March 24, 2026 08:20
@sonarqubecloud
Copy link

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

],
"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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants