From eec419bdbaf221904522bab7133f5f9aa2a2fe1e Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Mon, 1 Sep 2025 15:35:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B(renovate)=20fix=20renovate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix renovate configuration: - schedule at 7am the monday - avoid wiping manual fixes unless needed - only create during schedule --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 0f1a43f6..f3ce5ae2 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,10 @@ "extends": ["github>numerique-gouv/renovate-configuration"], "dependencyDashboard": true, "labels": ["dependencies", "noChangeLog", "automated"], + "schedule": ["before 7am on monday"], + "prCreation": "not-pending", + "rebaseWhen": "conflicted", + "updateNotScheduled": false, "packageRules": [ { "enabled": false,