Enable Renovate for @vercel/geistdocs updates#561
Open
christopherkindl wants to merge 2 commits into
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The Renovate SaaS app isn't approved for org use; run Renovate self-hosted via renovatebot/github-action, mirroring vercel/agents. geistdocs is private, so the shared preset can't be fetched with this repo's scoped token — the policy is inlined in .github/renovate.js (keep in sync with vercel/geistdocs//renovate/consumer). Replaces the earlier extends-based renovate.json.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
molebox
approved these changes
Jul 21, 2026
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.
Enables automated
@vercel/geistdocsupdates via self-hosted Renovate, mirroringvercel/agents(the Renovate SaaS app isn't approved for org use).What this adds
.github/workflows/renovate.yml— scheduled job runningrenovatebot/github-action, authenticated with a scoped token fromvercel/gh-sts-action+RENOVATE_NPM_TOKEN..github/renovate.js— self-hosted config scoped to this repo. Manages only@vercel/geistdocs: patch auto-merges once required CI is green, minor and major open a review PR. Every other dependency is left alone.The policy is inlined (rather than extending
vercel/geistdocs//renovate/consumer) because geistdocs is private and this repo's scoped CI token can't read a cross-repo preset. The canonical policy lives invercel/geistdocsrenovate/— keep them in sync.Prerequisites to activate
vercel/gh-sts-action.NPM_TOKENsecret must be available to the repo.Testing
Once merged, trigger the workflow manually (Actions → Renovate → Run workflow). Expect a Dependency Dashboard issue plus a review PR bumping
@vercel/geistdocs1.11.0 → 1.12.0 (minor → not auto-merged, by design).