From e8dada8ba2cc453de23756a9f8194830dbcd736f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 21 Jan 2024 16:35:24 +0100 Subject: [PATCH] Fix Renovate configuration --- .github/renovate.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 96cf725..2c990d6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -24,6 +24,15 @@ "versioningTemplate": "loose", "datasourceTemplate": "repology", "depNameTemplate": "alpine_3_19/{{package}}" + }, + { + "fileMatch": ["/Dockerfile$"], + "matchStrings": [ + "ARG RADARR_VERSION=[\"']?(?.+?)[\"']?\\s+" + ], + "datasourceTemplate": "github-releases", + "depNameTemplate": "Radarr/Radarr", + "extractVersionTemplate": "^v(?.*)$" } ], "packageRules": [ @@ -40,15 +49,6 @@ "matchDatasources": ["docker"], "matchUpdateTypes": ["minor", "patch"], "automerge": true - }, - { - "fileMatch": ["/Dockerfile$"], - "matchStrings": [ - "ARG RADARR_VERSION=[\"']?(?.+?)[\"']?\\s+" - ], - "datasourceTemplate": "github-releases", - "depNameTemplate": "Radarr/Radarr", - "extractVersionTemplate": "^v(?.*)$" } ] }