Use the cloud-plat Renovate preset for PR labels - #162
Draft
yukinakanaka wants to merge 1 commit into
Draft
yukinakanaka wants to merge 1 commit into
yukinakanaka wants to merge 1 commit into
Conversation
Renovate was labelling PRs patch/minor/major to describe the dependency's update type, but across Cloud Platform repos those bare labels bump the version of the artifact the repo itself publishes. Extend github>mapbox/mbx-renovate-config:cloud-plat so the dependency's update type is reported as renovate-major/renovate-minor/renovate-patch and the bare labels stay free for release tooling. Every PR is labelled patch, which is what a dependency bump means for our own artifact. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This branch has not been deployed
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 was labelling PRs
patch/minor/majorto describe the dependency's update type. Across Cloud Platform repos those bare labels mean something else — the release bump of the artifact the repo itself publishes — so a dependency going from v1 to v2 would cut a major release of our own artifact.Extends
github>mapbox/mbx-renovate-config:cloud-plat, which labels every PRpatch(what a dependency bump means for our artifact) and reports the dependency's update type asrenovate-major/renovate-minor/renovate-patch. Those names are inert to the release tooling, which matches label names exactly.Depends on mapbox/mbx-renovate-config#31 — must merge first, as the preset resolves from that repo's
main.Before merging: the
renovate-major/renovate-minor/renovate-patchlabels need creating in this repo.🤖 Generated with Claude Code