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

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


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

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Risu's renovate-config

This is a [Renovate Shareable Config Presets](https://docs.renovatebot.com/config-presets/) to be used in my projects.

## Usage

Add the following to your `renovate.json` file:

```json
{
"extends": ["github>risu729/renovate-config"]
}
```

or to use a specific version:

```json
{
"extends": ["github>risu729/renovate-config#3.1.1"]
}
```