chore: migrate Renovate config preset#836
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Renovate configuration by migrating from config:base to config:recommended, renaming regexManagers to customManagers, and explicitly setting the customType to regex. A review comment suggests further simplifying the configuration by removing redundant entries like group:recommended and semanticCommits, which are already included in the recommended preset.
| "$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
| "extends": [ | ||
| "config:base", | ||
| "config:recommended", |
There was a problem hiding this comment.
The config:recommended preset already includes group:recommended and enables semanticCommits by default. Since you are migrating to this preset, the explicit entries for group:recommended (line 5) and "semanticCommits": "enabled" (line 9) are now redundant. Removing them would simplify the configuration and follow the best practice of keeping Renovate configurations minimal.
777b368 to
90ee695
Compare
Signed-off-by: Alce Ops <alceops@users.noreply.github.com>
90ee695 to
93d4ad6
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #836 +/- ##
===========================================
- Coverage 86.51% 69.42% -17.10%
===========================================
Files 19 31 +12
Lines 1587 2008 +421
===========================================
+ Hits 1373 1394 +21
- Misses 173 561 +388
- Partials 41 53 +12 see 26 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Summary
config:basetoconfig:recommendedVerification
python3 -m json.tool renovate.jsongit diff --checkNo runtime or cluster tests were run; this is a Renovate config-only change.