Skip to content

chore(ci): modernize Renovate config#921

Merged
vdusek merged 1 commit into
masterfrom
ci/modernize-renovate-config
Jul 7, 2026
Merged

chore(ci): modernize Renovate config#921
vdusek merged 1 commit into
masterfrom
ci/modernize-renovate-config

Conversation

@vdusek

@vdusek vdusek commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Modernizes the Renovate config to the current schema. Renovate v36+ renamed several options, and renovate-config-validator --strict reported that the config needs migration. Applies exactly the migrations the validator prescribes:

  • config:baseconfig:recommended
  • pinVersions: falserangeStrategy: "replace"
  • matchPathsmatchFileNames

Also fixes the inconsistent indentation of the last packageRules entry (10 → 12 spaces).

No behavior change: after the change the config validates cleanly (Config validated successfully), whereas before it emitted Config migration necessary.

@vdusek vdusek added adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team. labels Jul 7, 2026
@vdusek vdusek self-assigned this Jul 7, 2026
@vdusek vdusek requested a review from Pijukatel July 7, 2026 10:51
@codecov

codecov Bot commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.54%. Comparing base (25c4087) to head (1367f80).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #921   +/-   ##
=======================================
  Coverage   94.54%   94.54%           
=======================================
  Files          48       48           
  Lines        5100     5100           
=======================================
  Hits         4822     4822           
  Misses        278      278           
Flag Coverage Δ
integration 93.01% <ø> (+0.09%) ⬆️
unit 83.37% <ø> (ø)

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

☔ View full report in Codecov by Harness.
📢 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.

@vdusek vdusek changed the title chore: replace deprecated Renovate config options chore(ci): modernize Renovate config Jul 7, 2026
@vdusek vdusek merged commit 7f61a10 into master Jul 7, 2026
30 checks passed
@vdusek vdusek deleted the ci/modernize-renovate-config branch July 7, 2026 12:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

adhoc Ad-hoc unplanned task added during the sprint. t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants