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

https://github.com/suzuki-shunsuke/renovate-config


https://github.com/suzuki-shunsuke/renovate-config

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# renovate-config

[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/suzuki-shunsuke/renovate-config/master/LICENSE)

[Renovate's Shareable Config Presets](https://docs.renovatebot.com/config-presets/)

## How to use

default preset

```json
{
"extends": [
"github>suzuki-shunsuke/renovate-config#2.5.0"
]
}
```

sub preset

```json
{
"extends": [
"github>suzuki-shunsuke/renovate-config:nolimit#2.5.0"
]
}
```

## LICENSE

[MIT](LICENSE)