From 4b8246af7f325458f8da78a13c58a4c505e9d8c3 Mon Sep 17 00:00:00 2001 From: Paillat Date: Fri, 19 Apr 2024 09:49:26 +0200 Subject: [PATCH] :wrench: Enable dependency dashboard in renovate.json --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index d7a6622..29bbd13 100644 --- a/renovate.json +++ b/renovate.json @@ -23,5 +23,6 @@ "commitMessagePrefix": "⬇️", "commitMessageAction": "Downgrade" } - ] + ], + "dependencyDashboard": true }