Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ss-o/renovate-config

Shareable Configuration Preset
https://github.com/ss-o/renovate-config

automation configuration preset renovate-config

Last synced: about 1 month ago
JSON representation

Shareable Configuration Preset

Awesome Lists containing this project

README

        

# Shareable Configuration Presets

## [Default preset](https://github.com/ss-o/renovate-config/blob/main/default.json)

```json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Default preset: https://github.com/ss-o/renovate-config/blob/main/default.json",
"extends": ["github>ss-o/renovate-config"]
}
```

Store the configuration preset as above in one of these locations:

```verilog
renovate.json
renovate.json5
.github/renovate.json
.github/renovate.json5
.gitlab/renovate.json
.gitlab/renovate.
.renovaterc
.renovaterc.json
package.json (within a "renovate" section)
```