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

https://github.com/scottames/renovate

my central Renovate config
https://github.com/scottames/renovate

renovate

Last synced: 4 months ago
JSON representation

my central Renovate config

Awesome Lists containing this project

README

          

# Renovate

My central Renovate config.

## Usage

In another repository:

> [!NOTE]
> The Renovate app must be added to the repository.

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