| name | renovate |
| description | Use this skill when the user wants automated dependency updates — scan package.json, Dockerfiles, GitHub Actions, and 60+ other managers to open update PRs. |
renovate Plugin
Renovate automatically detects outdated dependencies across your repo and opens pull requests with updates, changelogs, and compatibility notes. Supports npm, Docker, Terraform, Helm, and many more.
Installation
npm install -g renovate
npx renovate --version
Basic Usage
renovate --platform=local
RENOVATE_TOKEN=ghp_xxx renovate myorg/myrepo
renovate-config-validator
Common Patterns
renovate --base-branches=main myorg/myrepo
renovate --platform=local --repository-cache=reset
Usage Examples
- "Run renovate dry-run on this repo locally"
- "Configure renovate to group devDependencies updates"
- "Validate my renovate.json config"
SuperCLI
sc renovate self version
sc renovate _ _ --platform=local
sc plugins learn renovate