@bigpopakap/renovate-config

RenovateBot configuration for bigpopakap's personal projects

Usage no npm install needed!

<script type="module">
  import bigpopakapRenovateConfig from 'https://cdn.skypack.dev/@bigpopakap/renovate-config';
</script>

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.