Update .github/renovate.json

This commit is contained in:
Matt Reeves 2024-05-04 17:20:36 +00:00
parent a01da85aec
commit 07b48605e6

View file

@ -1,7 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:recommended" "config:base"
], ],
"dependencyDashboard": true, "dependencyDashboard": true,
"dependencyDashboardTitle": "Renovate Dashboard", "dependencyDashboardTitle": "Renovate Dashboard",
@ -28,7 +28,7 @@
"customChangelogUrl": "https://github.com/open-webui/open-webui/releases" "customChangelogUrl": "https://github.com/open-webui/open-webui/releases"
}, },
{ {
"matchPackageNames": ["ollama/ollama"], "matchPackageNames": ["docker.mafyuh.xyz/ollama/ollama"],
"customChangelogUrl": "https://github.com/ollama/ollama/releases" "customChangelogUrl": "https://github.com/ollama/ollama/releases"
}, },
{ {
@ -40,11 +40,11 @@
"customChangelogUrl": "https://github.com/binhex/arch-qbittorrentvpn/releases" "customChangelogUrl": "https://github.com/binhex/arch-qbittorrentvpn/releases"
}, },
{ {
"matchPackageNames": ["lscr.io/linuxserver/sonarr"], "matchPackageNames": ["docker.mafyuh.xyz/linuxserver/sonarr"],
"customChangelogUrl": "https://github.com/linuxserver/docker-sonarr/releases" "customChangelogUrl": "https://github.com/linuxserver/docker-sonarr/releases"
}, },
{ {
"matchPackageNames": ["lscr.io/linuxserver/jellyfin"], "matchPackageNames": ["docker.mafyuh.xyz/linuxserver/jellyfin"],
"customChangelogUrl": "https://github.com/linuxserver/docker-jellyfin" "customChangelogUrl": "https://github.com/linuxserver/docker-jellyfin"
} }
] ]