Scope Renovate to the Gradle toolchain and actions - #8
Merged
Conversation
Renovate is per-repo, not per-language, so an unscoped config would pick up whatever managers it detects. enabledManagers is a whitelist: gradle, gradle-wrapper and github-actions, nothing else. This repo is the whole Android version surface, since consuming apps declare no versions of their own, so one merged PR here is the update for every app. Three groups: the toolchain as a unit (AGP, Kotlin, KSP, ktlint and the Gradle distribution have to stay mutually compatible, and a half-applied bump is worse than none), AndroidX, and the SHA-pinned actions. Weekly, three concurrent PRs, dashboard on. Validated with renovate-config-validator.
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.
Renovate is per-repo, not per-language, so an unscoped config picks up every manager it detects.
enabledManagersis a whitelist:This repo has no npm, Go or Dockerfile, so the blast radius is exactly the catalog, the two Gradle wrappers, and the SHA-pinned actions. Nothing else in the estate is touched.
Three groups instead of a stream:
androidx.*The toolchain is deliberately one group: AGP, Kotlin, KSP and Gradle must stay mutually compatible, and this migration already showed what an incompatible pair costs (Hilt 2.57 vs AGP 9). A half-applied bump is worse than none.
Weekly schedule,
prConcurrentLimit: 3, dependency dashboard on.Validated with
renovate-config-validator.