1.2.0 • Published 4 years ago

@bigpopakap/renovate-config v1.2.0

Weekly downloads
5
License
UNLICENSED
Repository
github
Last release
4 years ago

@bigpopakap/renovate-config

Shared RenovateBot configurations for bigpopakap's personal projects.

Adding to a new repo

Installation

Follow the RenovateBot installation instructions to set up the app on Github.

Configuration

yarn add -D @bigpopakap/renovate-config

Adding the package is as a dependency is not a requirement, since Renovate will pull the configuration package itself. However, it is useful to formally document the dependency.

Add the following .renovaterc.json to your project.

{
  "extends": ["@bigpopakap"]
}

And and add any other configurations you need specific to that repo.