From ab2bd75795370c3a8c032ee245e0e0d77d6da254 Mon Sep 17 00:00:00 2001 From: mafyuh Date: Mon, 5 Aug 2024 00:04:42 -0400 Subject: [PATCH] Update config.js --- config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.js b/config.js index 7da25f7..ca3a87a 100644 --- a/config.js +++ b/config.js @@ -134,6 +134,10 @@ module.exports = { { "matchDepNames": ["ghcr.io/linuxserver/syncthing"], "customChangelogUrl": "https://github.com/linuxserver/docker-syncthing/releases" + }, + { + "matchDepNames": ["ghcr.io/linuxserver/jellyfin"], + "customChangelogUrl": "https://github.com/jellyfin/jellyfin/releases" } ], optimizeForDisabled: true,