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

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

Renovate configuration presets.
https://github.com/database64128/renovate-config

Last synced: 2 months ago
JSON representation

Renovate configuration presets.

Awesome Lists containing this project

README

          

# renovate-config

[![Validate](https://github.com/database64128/renovate-config/actions/workflows/validate.yml/badge.svg)](https://github.com/database64128/renovate-config/actions/workflows/validate.yml)

[Renovate](https://docs.renovatebot.com/) configuration presets.

## Usage

### Default

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

### Go

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

### .NET

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

## License

[CC0](LICENSE)