From ab7d466823ec5aeb154b6db48dc50d8cba4c28ea Mon Sep 17 00:00:00 2001 From: Lebaud Antoine Date: Mon, 29 Jan 2024 14:48:30 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7(project)=20enable=20renovate=20dep?= =?UTF-8?q?endency=20dashboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable renovate bot to open an issue with a dependency dashboard. --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 36f44a5..05abf57 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,7 @@ "extends": [ "github>numerique-gouv/renovate-configuration" ], + "dependencyDashboard": true, "packageRules": [ { "enabled": false,