@intuit/renovate-config

[![npm](https://img.shields.io/npm/v/@intuit/renovate-config.svg)](https://www.npmjs.com/package/@intuit/renovate-config) [![CircleCI](https://circleci.com/gh/intuit/renovate-config/tree/master.svg?style=shield)](https://circleci.com/gh/intuit/renovate-co

Usage no npm install needed!

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

README

@intuit/renovate-config

npm CircleCI Renovate enabled

This repo serves as the base line for all renovate configs used within Intuit. By default, this config will attempt to auto merge all patch updates as well as dev dependencies.

Install

yarn add @intuit/renovate-config --dev

And then go to your renovate config locally and add:

"extends": ["@intuit"]

Usage

You don't have to do anything beyond the above if you are ok with the defaults. However, if you would like to customize your usage, you can change the config in your repo to extend and change certain rules for your teams needs.

Resources

You can learn more about configuring Renovate with shareable configs You can learn more about Renovate