Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Shareable renovate config presets
https://github.com/airkro/renovate-config

ci github renovate renovate-config renovate-preset workflow

Last synced: 23 days ago
JSON representation

Shareable renovate config presets

Awesome Lists containing this project

README

        

# renovate-config

Shareable renovate config presets

## Usage

```jsonc
// .github/renovate.json
{
"extends": ["github>airkro/renovate-config"]
}
```

or

```jsonc
// renovate.json
{
"extends": ["local>{owner}/renovate-config"]
}
```

## Related

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