1.3.0 • Published 1 month ago

@newlevelup/renovate-config v1.3.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

renovate-config Package version NPM version Github Package version

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