From ef71032aa98b119dc4ebcaffa83f29a2be899696 Mon Sep 17 00:00:00 2001 From: Peter Date: Mon, 29 Nov 2021 19:16:44 +0100 Subject: [PATCH] Enable renovate dependencyDashboard --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index fddc40c19..d858c3c26 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,7 @@ { "enabled": true, "timezone": "Europe/Berlin", - "dependencyDashboard": false, + "dependencyDashboard": true, "dependencyDashboardTitle": "Renovate Dashboard", "commitBody": "Signed-off-by: Peter ", "rebaseWhen": "auto",