Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 2 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
}
```