@allthings/renovate-config

Allthings' Renovate config preset

Usage no npm install needed!

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

README

Allthings Renovate Config Preset

A common Renovate preset for projects at Allthings.

Setup

yarn add @allthings/renovate-config --dev

Add the following to renovate.json

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