Skip to content

chore: update renovate schedule#505

Merged
olivermeyer merged 1 commit into
mainfrom
chore/update-renovate-schedule
Mar 26, 2026
Merged

chore: update renovate schedule#505
olivermeyer merged 1 commit into
mainfrom
chore/update-renovate-schedule

Conversation

@olivermeyer

@olivermeyer olivermeyer commented Mar 23, 2026

Copy link
Copy Markdown
Collaborator

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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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

codecov Bot commented Mar 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.
see 13 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

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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.

Comment thread renovate.json
],
"timezone": "Europe/Berlin",
"schedule": ["at any time"],
"schedule": ["* 0-5 * * *"],

Copilot AI Mar 24, 2026

Copy link

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.
@olivermeyer olivermeyer force-pushed the chore/update-renovate-schedule branch from 93631f5 to 8e1f933 Compare March 26, 2026 14:06
@sonarqubecloud

Copy link
Copy Markdown

@olivermeyer olivermeyer merged commit ba74ebe into main Mar 26, 2026
24 of 25 checks passed
@olivermeyer olivermeyer deleted the chore/update-renovate-schedule branch May 7, 2026 08:28
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.

3 participants