What problem does it solve?
Prevents broken or regressing dependency-update automation by ensuring Renovate configuration edits are made with current, authoritative upstream guidance rather than assumptions.
Core Features & Use Cases
- Live-doc grounding before edits: Re-checks Renovate’s upgrade and configuration sections before modifying
renovate.json, especially for automerge, vulnerability alerts, and packagerules.
- Repo-specific policy alignment: Ensures major-vs-non-major and security posture behaviors match this repo’s intended update and merge strategy.
- Change workflow with ripple awareness: Guides updates to related docs/skills and verification steps so configuration changes remain consistent across the repository.
Quick Start
Read the current Renovate documentation links, compare them to the existing renovate.json and any relevant migration PRs, then update config and the affected repo documentation together in a single PR followed by verification commands.