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

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

UnstoppableMango's Renovate presets
https://github.com/unstoppablemango/renovate-config

bun cicd renovate

Last synced: 5 days ago
JSON representation

UnstoppableMango's Renovate presets

Awesome Lists containing this project

README

          

# UnstoppableMango's Renovate Presets

[Shareable Config Presets](https://docs.renovatebot.com/config-presets/#github-hosted-presets) for renovate stuff I copy-paste everywhere.

## Usage

To use the [default](./default.json) preset:

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

## Development

Run `renovate-config-validator` against `default.json`

```shell
make validate
```