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" } ] }