ci: add reusable Renovate config validation workflow - #12
Merged
Conversation
Adds a reusable workflow that runs renovate-config-validator --strict on a caller-supplied set of config files (defaults to renovate.json), plus a self-caller so this repo dogfoods it against its own renovate.json.
This was referenced Aug 13, 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.
What & why
Adds a shared
reusable-renovate-configworkflow that runsrenovate-config-validator --strictover a caller-supplied list of config files (defaults to the fork's rootrenovate.json).Until now, only
unabandoned/renovate-configvalidated its preset in CI — the individual forks'renovate.jsonfiles were unvalidated. Since these repos are largely bot- and Claude-authored, a malformedrenovate.jsoncould slip in and silently halt Renovate for that fork. This gives every fork a cheap, tokenless guard (the validator checks file structure vianpx; it does not resolve the remote preset, so noRENOVATE_TOKEN/GITHUB_COM_TOKENis required).This repo also dogfoods the workflow against its own
renovate.jsonvia a local./-ref caller, matching the existingcommitlintself-caller pattern.Matching caller branches are opened across the onboarded forks and
renovate-config.Type of change
fix/feat/perf— consumer-facingdeps— dependency update (add thesecuritylabel if it fixes a CVE)chore/ci/build/docs/test/refactor— maintenanceChecklist
commitlintpasses)npm testpasses on Node 20 / 22 / 24 — N/A (CI-config-only change; no package here)npxin CI; nothing added to any tree)Generated by Claude Code