From da081b98871a97ee5291d10696c4baaec2d22855 Mon Sep 17 00:00:00 2001 From: Lebaud Antoine Date: Mon, 25 Mar 2024 09:34:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(renovate)=20open=20pull=20request?= =?UTF-8?q?=20with=20a=20default=20noChangeLog=20label?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Discussed with @sampaccoud, Renovate PR do not necessitate ChangeLog updates Our CI system requires a 'noChangeLog' label or an updated ChangeLog. Currently, we manually add the label for each Renovate PR. To improve DX, we configured Renovate to apply the label automatically. --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index d445495..216ada3 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "extends": ["github>numerique-gouv/renovate-configuration"], "dependencyDashboard": true, + "labels": ["dependencies", "noChangeLog"], "packageRules": [ { "enabled": false,