- install renovate cli https://docs.renovatebot.com/getting-started/running/#npm-package-cli
- run
LOG_LEVEL=debug renovate --platform=local --dry-run=lookup --repository-cache=reset | tee renovate.txt
(or similar) - within renovate.txt, locate the detected updates
- extract the json object within the
"config"
key and save it as renovate.txt.json. e.g.`DEBUG: packageFiles with updates (repository=local)` "config": { "dockerfile": [
{