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

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

Shared config for renovate bot
https://github.com/buildtool/renovate-config

Last synced: 5 months ago
JSON representation

Shared config for renovate bot

Awesome Lists containing this project

README

          

# renovate-config

Contains shareable config [presets](https://docs.github.com/en/actions/using-workflows/reusing-workflows)
and [re-usable](https://docs.github.com/en/actions/using-workflows/reusing-workflows)
Github workflow for [renovate](https://docs.github.com/en/actions/using-workflows/reusing-workflows).

The [default.json](./default.json) file contains the shared presets.

## Usage
Add a `.github/renovate.json` file with the following content:

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