| name | debug-renovate |
| description | Use renovate-dryrun to test Renovate configuration locally. Use this skill when debugging or validating renovate.json5 changes. |
Debug Renovate Configuration
Test Renovate configuration changes locally with the renovate-dryrun command. This wrapper script runs Renovate in dry-run mode against the current repository and displays a formatted summary of proposed updates.
Usage
renovate-dryrun --token $GH_TOKEN > .z/renovate-dryrun.log
renovate-dryrun --token $GH_TOKEN --branch feature/update-deps > .z/renovate-dryrun.log
renovate-dryrun --token $GH_TOKEN --raw > .z/renovate-debug.log
The output displays proposed updates in this format:
[renovate/aws-5.x] chore(deps): update terraform aws to v5.68.0 (automerge: true)
depName: aws
version: 5.49.0 -> 5.68.0
datasource: terraform-provider
packageFile: terraform/tfaction/main.tf
Important Notes