Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #27144 +/- ##
==========================================
- Coverage 73.08% 73.07% -0.01%
==========================================
Files 1544 1544
Lines 123391 123391
Branches 14858 14858
==========================================
- Hits 90178 90174 -4
- Misses 32196 32198 +2
- Partials 1017 1019 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
42c46e9 to
a77f724
Compare
15490f2 to
84bba9c
Compare
ErisDS
added a commit
that referenced
this pull request
Apr 8, 2026
ref #27144 SonarCloud is blocking Renovate's pin-dependencies PRs on rule docker:S8431, which warns when Docker image references include both a tag and a digest. Renovate intentionally uses tag@digest for Docker pinning so the image stays human-readable while still being immutable. Suppress that rule for Dockerfiles so Renovate's pinned image format no longer blocks dependency PRs.
1e3b95b to
c64063c
Compare
ErisDS
added a commit
that referenced
this pull request
Apr 8, 2026
ref #27144 Renovate was rebasing automerge-eligible branches on every run, which kept cancelling long-running CI jobs (e.g. Playwright setup) whenever main moved during the working day. The existing automergeSchedule only limited when Renovate could finalise a merge, not when it could run or rebase branches. Add a matching Renovate schedule that restricts runs to the same weekend, Monday morning, weekday evening and early morning windows as automerge, with each block starting one hour earlier so Renovate has time to rebase branches and refresh PRs before automerge is eligible to act on them. This keeps rebase churn out of the normal working day while still letting Renovate finish everything it needs to do before each automerge window opens.
c64063c to
0c65d39
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR contains the following updates:
^4→4.2.1d3f86a1ea165f8b7bcd020b5c5f7fce4f1575cd11610e90e37eca945c94ce9fc299e408d2750c8d92aea4de5495a7fe349149fdd7679e7e98b1d14e752ea8aff45666352c1fd91efab1a7a01c01f9716b^4→4.2.1a652699a6526990cbdcbeAdd the preset
:preserveSemverRangesto your config if you don't want to pin your dependencies.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ), Between 12:00 AM and 12:59 PM, only on Monday ( * 0-12 * * 1 ), Between 10:00 PM and 11:59 PM, Monday through Friday ( * 22-23 * * 1-5 ), Between 12:00 AM and 04:59 AM, Tuesday through Saturday ( * 0-4 * * 2-6 ) in timezone Etc/UTC.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.