From fa653c6776d150a1c96e1072c3d30b33dd78d87b Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Thu, 5 Jun 2025 10:40:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8F(CI)=20add=20automated=20l?= =?UTF-8?q?abel=20to=20renovate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Renovate provides automated pull requests, so let's use a label to identify them easily. --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e87c6b77..3a155500 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "extends": ["github>numerique-gouv/renovate-configuration"], "dependencyDashboard": true, - "labels": ["dependencies", "noChangeLog"], + "labels": ["dependencies", "noChangeLog", "automated"], "packageRules": [ { "enabled": false,