Use shared Renovate preset - #296
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates this repository’s Renovate configuration to rely on the shared compscidr/renovate-config preset for Android, centralizing Renovate policy and Android-specific dependency/SDK handling across repos.
Changes:
- Replace
config:recommendedwithgithub>compscidr/renovate-config:androidinrenovate.json.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #296 +/- ##
============================================
+ Coverage 60.33% 61.73% +1.40%
- Complexity 225 230 +5
============================================
Files 15 15
Lines 2070 2070
Branches 315 315
============================================
+ Hits 1249 1278 +29
+ Misses 647 609 -38
- Partials 174 183 +9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.
Part of a sweep moving all Kotlin/Java repos onto the shared compscidr/renovate-config presets, so the automerge policy and the JUnit/compileSdk reasoning live in one place instead of being copy-pasted per repo.
Uses
:android, which addscompileSdktracking against the latest released Android API level. Not:android-junit5— that preset holdsjunit-bombelow 6 for thede.mannodermaus.junit5instrumented-test runner, which this repo does not use.Any repo-specific settings already here were carried over unchanged.
The
compileSdkmanager exists because androidx releases periodically start requiring a newercompileSdk, which failscheckAarMetadataon every open Renovate PR at once with an error that reads like aminSdkproblem. It is not —minSdkandtargetSdkare deliberately left alone.🤖 Generated with Claude Code