From 778ea0872ac2116a290a554b6aac9436fe9ae71b Mon Sep 17 00:00:00 2001 From: Niels van Velzen Date: Fri, 22 Sep 2023 21:28:24 +0200 Subject: [PATCH] Enable Renovate dependency dashboard --- renovate.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 4edf0a4b..3406de75 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>jellyfin/.github//renovate-presets/nodejs"] -} + "extends": [ + "github>jellyfin/.github//renovate-presets/nodejs", + ":dependencyDashboard" + ] +} \ No newline at end of file