Skip to content

Use shared Renovate preset - #296

Merged
compscidr merged 1 commit into
mainfrom
shared-renovate-config
Aug 20, 2026
Merged

Use shared Renovate preset#296
compscidr merged 1 commit into
mainfrom
shared-renovate-config

Conversation

@compscidr

Copy link
Copy Markdown
Owner

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 adds compileSdk tracking against the latest released Android API level. Not :android-junit5 — that preset holds junit-bom below 6 for the de.mannodermaus.junit5 instrumented-test runner, which this repo does not use.

Any repo-specific settings already here were carried over unchanged.

The compileSdk manager exists because androidx releases periodically start requiring a newer compileSdk, which fails checkAarMetadata on every open Renovate PR at once with an error that reads like a minSdk problem. It is not — minSdk and targetSdk are deliberately left alone.

🤖 Generated with Claude Code

Copilot AI lite review requested due to automatic review settings August 20, 2026 21:02

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:recommended with github>compscidr/renovate-config:android in renovate.json.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@codecov

codecov Bot commented Aug 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.73%. Comparing base (7ce2747) to head (87816cc).

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     
Flag Coverage Δ
libunittests 61.73% <ø> (+1.40%) ⬆️

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.

@compscidr
compscidr merged commit 3882f4f into main Aug 20, 2026
4 checks passed
@compscidr
compscidr deleted the shared-renovate-config branch August 20, 2026 21:44
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.

2 participants