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

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

Renovate Config
https://github.com/sxzz/renovate-config

Last synced: 3 months ago
JSON representation

Renovate Config

Awesome Lists containing this project

README

        

# Renovate Config

Shared Renovate Bot Config Preset

## Usage

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

```jsonc
{
"extends": ["github>sxzz/renovate-config"],

// override any settings here
"automerge": true
}
```