chore(deps): adopt the org kmp-library Renovate preset - #64
Conversation
|
Warning Review limit reached
Next review available in: 59 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Extend local>meshtastic/.github:kmp-library (meshtastic/.github#1) and drop the local boilerplate it replaces. Pure tightening for this repo: the automerge baseline gains a 3-day minimumReleaseAge soak, compiler- locked toolchain plugins are held in one reviewed kotlin-toolchain PR with the Kotlin bump, first-party org.meshtastic artifacts always get a human, and pin updates are no longer automerged (Renovate never applies the soak to pins). No kzstd-specific rules are needed; a local rule added later still overrides the preset (last match wins). Validated with renovate-config-validator --strict. Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
04f2704 to
e8c55f6
Compare
Summary
Adopts the org's shared Renovate preset for published KMP libraries (
local>meshtastic/.github:kmp-library, added in meshtastic/.github#1). Pure tightening for this repo — no local rules needed, so the config becomes a two-line extend.What the preset adds over the old config: a 3-day
minimumReleaseAgesoak before any automerge, akotlin-toolchainhold-group so compiler-locked plugins land in one reviewed PR with the Kotlin bump, a hold on first-partyorg.meshtastic:*artifacts, and nopinautomerge (Renovate never applies the soak to pin updates).Type of change
Related issue / discussion
Refs meshtastic/.github#1 — one of the four adopter PRs its wiring notes call for (this repo was the "pure tightening, no local rules" case).
Affirmations
git commit -s).CONTRIBUTING.md.(API / codec / build items don't apply — Renovate config only, no source touched.)
How was this verified?
renovate-config-validator --strictpasses on the new config. The preset itself was validated in meshtastic/.github#1 by replaying its packageRules against all 85 real dependency coordinates from the four adopter repos' catalogs — including this one's.Notes for reviewers
A repo-local rule always overrides the preset (packageRules apply in order, last match wins), so future kzstd-specific bounds can be added here without touching the preset.