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

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


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

renovate renovate-config renovate-preset

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

          

# @whtsky/renovate-config

My [shareable config](https://renovatebot.com/docs/config-presets/) for [Renovate](https://renovatebot.com)

## Setup

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

```js
{
"extends": ["@whtsky"]
}
```