From 884e4a0b7d921c378d4a10210a0596ce5ca3bcb8 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 21 Jan 2024 16:30:31 +0100 Subject: [PATCH] Fix Renovate configuration --- .github/renovate.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index e7b47a1..df5def9 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -48,14 +48,6 @@ "matchDatasources": ["docker"], "matchUpdateTypes": ["minor", "patch"], "automerge": true - }, - { - "fileMatch": ["/Dockerfile$"], - "matchStrings": [ - "ARG OVERSEERR_VERSION=[\"']?(?.+?)[\"']?\\s+" - ], - "datasourceTemplate": "github-releases", - "depNameTemplate": "sct/overseerr" } ] }