From becf321d217806d1ec83ce0377d09d7c9a8b17cf Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 21 Jan 2024 16:36:15 +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 b30062b..1a18d3e 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 PROWLARR_VERSION=[\"']?(?.+?)[\"']?\\s+" + ], + "datasourceTemplate": "github-releases", + "depNameTemplate": "Prowlarr/Prowlarr", + "extractVersionTemplate": "^v(?.*)$" } ], "packageRules": [ @@ -40,15 +49,6 @@ "matchDatasources": ["docker"], "matchUpdateTypes": ["minor", "patch"], "automerge": true - }, - { - "fileMatch": ["/Dockerfile$"], - "matchStrings": [ - "ARG PROWLARR_VERSION=[\"']?(?.+?)[\"']?\\s+" - ], - "datasourceTemplate": "github-releases", - "depNameTemplate": "Prowlarr/Prowlarr", - "extractVersionTemplate": "^v(?.*)$" } ] }