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