@newlevelup/renovate-config
v1.3.0
Published
New Level Up shareable config for Renovate
Downloads
10
Readme
renovate-config
New Level Up shareable config for Renovate
Usage
💡 The purpose of
renovate
is to automate the dependency management such that all your dependencies are up to date. It creates new PR whenever a new version of a package is release to the package registry.
New Level Up Renovate rules come bundled in @newlevelup/renovate-config
. To enable these rules, add a renovate
property in your package.json
. See the Renovate configuration docs and npm hosted preset for more details.
"renovate": {
"extends": ["@newlevelup"]
}