From 07b48605e6359f92a9140ea42ee9f4f0e5616ef2 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sat, 4 May 2024 17:20:36 +0000 Subject: [PATCH] Update .github/renovate.json --- .github/renovate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 8275a6e..4ef0df9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "config:base" ], "dependencyDashboard": true, "dependencyDashboardTitle": "Renovate Dashboard", @@ -28,7 +28,7 @@ "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" }, { @@ -40,11 +40,11 @@ "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" }, { - "matchPackageNames": ["lscr.io/linuxserver/jellyfin"], + "matchPackageNames": ["docker.mafyuh.xyz/linuxserver/jellyfin"], "customChangelogUrl": "https://github.com/linuxserver/docker-jellyfin" } ]