From ef4bb14216e7ea8c860191a19de5f7e1b27c45ef Mon Sep 17 00:00:00 2001 From: Gauvain <68083474+Gauvino@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:55:57 +0200 Subject: [PATCH] fix: add dashboard for renovate --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 82815255..46bf4488 100644 --- a/renovate.json +++ b/renovate.json @@ -3,7 +3,7 @@ "description": "Default Renovate preset for Streamyfin repositories", "extends": [ "config:base", - ":disableDependencyDashboard", + ":dependencyDashboard", ":enableVulnerabilityAlertsWithLabel(security)", ":semanticCommits", ":timezone(Etc/UTC)",