From bf3731772f6b90ac8f1f5912582a2ee661d5c5f7 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sat, 4 May 2024 18:50:44 +0000 Subject: [PATCH] Delete .github/renovate.json --- .github/renovate.json | 51 ------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json deleted file mode 100644 index 4ef0df9..0000000 --- a/.github/renovate.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ], - "dependencyDashboard": true, - "dependencyDashboardTitle": "Renovate Dashboard", - "labels": ["renovatebot"], - "docker-compose": { - "ignorePaths": ["scripts"] - }, - "hostRules": [ - { - "matchHost": "docker.io", - "concurrentRequestLimit": 3 - } - ], - "packageRules": [ - { - "updateTypes": ["digest"] - }, - { - "matchPackageNames": ["nginx-proxy-manager"], - "customChangelogUrl": "https://github.com/NginxProxyManager/nginx-proxy-manager/releases" - }, - { - "matchPackageNames": ["ghcr.io/open-webui/open-webui"], - "customChangelogUrl": "https://github.com/open-webui/open-webui/releases" - }, - { - "matchPackageNames": ["docker.mafyuh.xyz/ollama/ollama"], - "customChangelogUrl": "https://github.com/ollama/ollama/releases" - }, - { - "matchPackageNames": ["fallenbagel/jellyseerr"], - "customChangelogUrl": "https://github.com/Fallenbagel/jellyseerr/releases" - }, - { - "matchPackageNames": ["binhex/arch-qbittorrentvpn"], - "customChangelogUrl": "https://github.com/binhex/arch-qbittorrentvpn/releases" - }, - { - "matchPackageNames": ["docker.mafyuh.xyz/linuxserver/sonarr"], - "customChangelogUrl": "https://github.com/linuxserver/docker-sonarr/releases" - }, - { - "matchPackageNames": ["docker.mafyuh.xyz/linuxserver/jellyfin"], - "customChangelogUrl": "https://github.com/linuxserver/docker-jellyfin" - } - ] -} \ No newline at end of file