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

https://github.com/typed-sigterm/renovate-config

Typed SIGTERM's Renovate Config
https://github.com/typed-sigterm/renovate-config

renovate-config

Last synced: 4 months ago
JSON representation

Typed SIGTERM's Renovate Config

Awesome Lists containing this project

README

        

# Typed SIGTERM's Renovate Config

Personal preset for [Renovate](https://mend.io/renovate). You can checkout [`default.json`](./default.json) to see the configuration.

## Usage

Create `renovate.json` in the root of your project and add the following:

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