Skip to content

Expand Renovate automerge windows on weekdays#27198

Merged
ErisDS merged 1 commit intomainfrom
fix/renovate-weekday-automerge-window
Apr 7, 2026
Merged

Expand Renovate automerge windows on weekdays#27198
ErisDS merged 1 commit intomainfrom
fix/renovate-weekday-automerge-window

Conversation

@ErisDS
Copy link
Copy Markdown
Member

@ErisDS ErisDS commented Apr 7, 2026

Summary

  • extend the Renovate automerge schedule to include weekday overnight windows from 10pm to 4:59am UTC
  • keep the existing weekend and Monday-morning windows intact
  • allow green PRs to continue merging later in the week without opening daytime merge windows

Why this change

Ghost's current weekend and Monday-only automerge schedule makes it slow to work through dependency updates and easy to miss merge opportunities when CI clears later in the week. Adding weekday overnight windows gives Renovate more chances to merge green PRs while still keeping automation out of normal working hours.

ref #27196
Ghost's current weekend and Monday-only automerge window makes it slow
to work through dependency updates and easy to miss merge opportunities
when CI clears later in the week. Add a weekday overnight automerge
window from 10pm to 4:59am UTC so green PRs can continue to merge
outside the weekend without opening the floodgates during the workday.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 7, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: f94c1f3a-70e6-422c-8439-834e5aa57d4d

📥 Commits

Reviewing files that changed from the base of the PR and between 04df2dd and d88745a.

📒 Files selected for processing (1)
  • .github/renovate.json5

Walkthrough

This change updates the Renovate automerge schedule configuration in .github/renovate.json5. The automergeSchedule field was modified to expand the merge windows from a single Monday morning slot to multiple time ranges covering weekends and specific overnight periods on weekdays. The updated schedule now includes: continuous Saturday-Sunday availability, Monday morning hours, and late-night/early-morning windows during weekday periods. Comments describing the schedule were adjusted to reflect these changes. No other configuration fields or logic were modified.

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change: expanding Renovate automerge windows to include weekday overnight periods, which is the primary focus of the changeset.
Description check ✅ Passed The description is directly related to the changeset, explaining the motivation for extending automerge windows to weekday overnight hours while maintaining existing weekend/Monday patterns.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/renovate-weekday-automerge-window

Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 7, 2026

@ErisDS ErisDS merged commit 99bbd19 into main Apr 7, 2026
38 checks passed
@ErisDS ErisDS deleted the fix/renovate-weekday-automerge-window branch April 7, 2026 10:36
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.07%. Comparing base (1dc488a) to head (d88745a).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #27198      +/-   ##
==========================================
- Coverage   73.07%   73.07%   -0.01%     
==========================================
  Files        1538     1538              
  Lines      122291   122291              
  Branches    14718    14718              
==========================================
- Hits        89368    89364       -4     
- Misses      31907    31930      +23     
+ Partials     1016      997      -19     
Flag Coverage Δ
admin-tests 54.38% <ø> (-0.03%) ⬇️
e2e-tests 73.07% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

1 participant