Skip to content

renovate-reproductions/27850

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Sample project that shows the error renovate is having

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published