Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 343 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 343 Bytes

Getting the error

npm install -g renovate
LOG_LEVEL=debug npx renovate --platform=local

Getting past the error

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"]
}