@newlevelup/renovate-config
v1.4.0
Published
New Level Up shareable config for Renovate
Readme
renovate-config

New Level Up shareable config for Renovate
Usage
💡 The purpose of
renovateis 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"]
}