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

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

my renovate config
https://github.com/mnao305/renovate-config

Last synced: 2 months ago
JSON representation

my renovate config

Awesome Lists containing this project

README

        

# @mnao305/renovate-config

[Shareable config](https://docs.renovatebot.com/config-presets) for [Renovate](https://www.whitesourcesoftware.com/free-developer-tools/renovate)

## Usage

Enable Renovate in your repo and just `extends` in `renovate.json`.

```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>mnao305/renovate-config"
]
}
```