https://github.com/openfun/renovate-configuration
Renovate presets shared between openfun projects
https://github.com/openfun/renovate-configuration
Last synced: about 1 month ago
JSON representation
Renovate presets shared between openfun projects
- Host: GitHub
- URL: https://github.com/openfun/renovate-configuration
- Owner: openfun
- License: mit
- Created: 2021-06-01T10:09:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T12:45:15.000Z (almost 3 years ago)
- Last Synced: 2025-11-30T21:38:48.431Z (5 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Renovate configuration
This repository contains common [renovate](https://docs.renovatebot.com/) bot configuration.
Renovate allow to create [presets](https://docs.renovatebot.com/config-presets/) and use them or
extends them in an other configuration.
## Usage
create a `renovate.json` file in at the root of your repository with this content:
```json
{
"extends": [
"github>openfun/renovate-configuration"
],
}
```
If you need to extends this preset, you can do it in your config file like explain
in the [preset](https://docs.renovatebot.com/config-presets/) documentation.