From 22d337639a94fce8f02c892d6b062f3b04e771b7 Mon Sep 17 00:00:00 2001 From: Pauline Auvray Date: Fri, 1 Mar 2024 11:03:53 +0100 Subject: [PATCH] Update renovate configuration --- renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8a443ecbf..c2ce9086c 100644 --- a/renovate.json +++ b/renovate.json @@ -1,11 +1,14 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base", + "config:recommended", ":rebaseStalePrs", ":renovatePrefix" ], + "labels": ["dependencies"], "baseBranches": ["develop"], "schedule": [ "before 5am on the first day of the month" ], "timezone": "Europe/Paris" + "prHourlyLimit": 0, + "prConcurrentLimit": 0 }