Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/finleyfamily/renovate

Renovate presets.
https://github.com/finleyfamily/renovate

renovate renovate-config

Last synced: about 2 months ago
JSON representation

Renovate presets.

Awesome Lists containing this project

README

        

# renovate

[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![renovate](https://img.shields.io/badge/enabled-brightgreen?logo=renovatebot&logoColor=%2373afae&label=renovate)](https://developer.mend.io/)

Renovate presets.

## Usage

1. Create a `renovate.json` file (e.g. [`.github/renovate.json`](./.github/renovate.json)) file in a project with the following:

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

1. **(optional)** Add presets from this repo that are not included in the default preset.
See the files in [`presets/`](./presets/) for available presets.