An open API service indexing awesome lists of open source software.

https://github.com/libops/renovate-config


https://github.com/libops/renovate-config

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# renovate-config

libops' [Renovate Shareable Config Presets](https://docs.renovatebot.com/config-presets/#github)

## Usage

In the GitHub repo you want to have renovate manage updates for, add a `renovate.json5` file in the root of the repo with the contents

```
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'github>libops/renovate-config:default.json5',
],
}
```