Update config.js
All checks were successful
Renovate / Renovate - Validate Config (push) Successful in 4s
Renovate / Renovate (push) Successful in 1m2s

This commit is contained in:
Matt Reeves 2024-08-05 00:04:42 -04:00
parent 966d176eac
commit ab2bd75795

View file

@ -134,6 +134,10 @@ module.exports = {
{ {
"matchDepNames": ["ghcr.io/linuxserver/syncthing"], "matchDepNames": ["ghcr.io/linuxserver/syncthing"],
"customChangelogUrl": "https://github.com/linuxserver/docker-syncthing/releases" "customChangelogUrl": "https://github.com/linuxserver/docker-syncthing/releases"
},
{
"matchDepNames": ["ghcr.io/linuxserver/jellyfin"],
"customChangelogUrl": "https://github.com/jellyfin/jellyfin/releases"
} }
], ],
optimizeForDisabled: true, optimizeForDisabled: true,