Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

renovate renovate-config renovate-preset

Last synced: 23 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"]
}
```