@bigpopakap/renovate-config
v1.2.0
Published
RenovateBot configuration for bigpopakap's personal projects
Downloads
9
Maintainers
Readme
@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.