This repository contains common renovate bot configuration.
Renovate allow to create presets and use them or extends them in another configuration.
create a renovate.json file in at the root of your repository with this content:
{
"extends": [
"github>numerique-gouv/renovate-configuration"
],
}If you need to extend this preset, you can do it in your config file like explain in the preset documentation.