npm install -g renovate
LOG_LEVEL=debug npx renovate --platform=local
Making the renovate.json
file use this to block the build.properties
file and get past the error.
{
"extends": ["config:base"],
"ignorePaths": ["**/server/project/build.properties"]
}