Renovate bot preset settings that can be extended or used directly in your projects. Config can still be overriden in each individual project, for flexibility.
In package.json
of a project, add the following section:
"renovate":{
"extends": [
"github>pagerinc/renovate-config"
]
}