Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/finleyfamily/renovate
- Owner: finleyfamily
- License: apache-2.0
- Created: 2024-04-18T15:14:58.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-12-02T20:13:59.000Z (about 2 months ago)
- Last Synced: 2024-12-02T21:25:28.824Z (about 2 months ago)
- Topics: renovate, renovate-config
- Language: Makefile
- Homepage: https://docs.renovatebot.com
- Size: 288 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.