From c7fa3fc4455cbdc2ed8e80bc2bd07a38386c379d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 21 Jan 2024 16:34:36 +0100 Subject: [PATCH] Fix Renovate configuration --- .github/renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 9181498..f2a351f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -33,6 +33,14 @@ "datasourceTemplate": "github-releases", "depNameTemplate": "animetosho/par2cmdline-turbo", "extractVersionTemplate": "^v(?.*)$" + }, + { + "fileMatch": ["/Dockerfile$"], + "matchStrings": [ + "ARG SABNZBD_VERSION=[\"']?(?.+?)[\"']?\\s+" + ], + "datasourceTemplate": "github-releases", + "depNameTemplate": "sabnzbd/sabnzbd" } ], "packageRules": [