[MOB-3638] Extend the central Renovate base preset - #731
Draft
xiankai wants to merge 2 commits into
Draft
Conversation
Reference the control plane's shared base preset (renovate-config/default) as the first `extends` entry — the Renovate-config convergence step. This repo's own extends + top-level config still layer on top and win; the preset only supplies the common base (grouping, labels, rangeStrategy, dependencyDashboard). Prereq before merge: disable Mend-hosted Renovate for this repo first, so the self-hosted control-plane runner (which can read the private preset repo) becomes the resolver. Mend cannot read the private preset without an org grant. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…dy provides it) The control-plane base preset already extends config:recommended, so keeping the repo's own bare base alias is redundant. Aligns with atlas/core-web. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
https://autifyhq.atlassian.net/browse/MOB-3638
Reference the control plane's shared base preset as the first
extendsentry — the Renovate-config convergence step. This repo's ownextends+ top-level config still layer on top and win; the preset only supplies the common base (grouping, labels,rangeStrategy,dependencyDashboard).Disable Mend-hosted Renovate for this repo first. The preset lives in the private
dependency-update-control-planerepo; Mend can't read it without an org-owner grant, so merging while Mend still runs would make Renovate error resolving config. Disabling Mend hands resolution to the self-hosted control-plane runner (CONTROL_PLANE_GH_TOKEN), which can read the private preset. Don't merge until then.Config-only; the existing base alias (
config:base/config:recommended) is now redundant since the preset already provides it, but left in place to keep this diff minimal.