chore(deps): activate organization Renovate preset#171
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Activates Renovate for the repository by adding a minimal renovate.json that inherits the organization’s shared preset while gating routine updates behind Dependency Dashboard approval and leaving vulnerability remediation to Dependabot.
Changes:
- Added
renovate.jsonpointing atlocal>z-shell/.github:renovate-config. - Enabled
:dependencyDashboardApprovalto prevent routine update PRs without explicit dashboard approval. - Disabled Renovate vulnerability-alert remediation via
:disableVulnerabilityAlertsto preserve Dependabot as the security-update owner.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
local>z-shell/.github:renovate-configpreset from the default branch.github/dependabot.ymlunchanged until live Renovate processing and GitHub security settings are verifiedSafety boundary
This is Stage 1 of z-shell/.github#452. Do not approve any Dependency Dashboard update while this gate is active. Stage 2 will remove routine Dependabot configuration and the dashboard-approval gate atomically only after the tracker’s live-processing, security-settings, and zero-open-routine-Dependabot-PR gates pass.
Verification
jq empty renovate.json: passgit diff --check: passDraft until direct validator coverage and repository checks are green.
Tracks: z-shell/.github#452