Skip to content

Use shared Renovate preset - #314

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

Use shared Renovate preset#314
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

This PR updates the repository’s Renovate configuration to use the shared compscidr/renovate-config:android preset, centralizing automerge policy and Android compileSdk tracking logic outside this repo.

Changes:

  • Replace the local config:recommended + per-repo packageRules automerge configuration with github>compscidr/renovate-config:android.
  • Remove now-redundant in-repo Renovate rules that are covered by the shared preset.

💡 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 79.27%. Comparing base (112fd72) to head (bac1903).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #314   +/-   ##
=========================================
  Coverage     79.27%   79.27%           
  Complexity       79       79           
=========================================
  Files            18       18           
  Lines           497      497           
  Branches         56       56           
=========================================
  Hits            394      394           
  Misses           68       68           
  Partials         35       35           
Flag Coverage Δ
libunittests 79.27% <ø> (ø)

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 e5241be 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