Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Renovate configuration for @davidsneighbour's projects
https://github.com/davidsneighbour/renovate-config

maintenance renovate renovate-preset

Last synced: 5 days ago
JSON representation

Renovate configuration for @davidsneighbour's projects

Awesome Lists containing this project

README

        

# renovate-config

Renovate configuration for @davidsneighbour's projects

To use this configuration add a `renovate.json5` file to the repo root with the following contents:

```json5
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>davidsneighbour/renovate-config"
]
}
```