From 41c66d97dbd58d69683897de64832275a86103ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 11:43:07 +0100 Subject: [PATCH] Migrate renovate config (#175) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- .github/renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index f9b2441..3f49016 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,8 +6,9 @@ "labels": ["dependencies", "no-stale"], "commitMessagePrefix": "⬆️", "commitMessageTopic": "{{depName}}", - "regexManagers": [ + "customManagers": [ { + "customType": "regex", "fileMatch": ["/Dockerfile$", "/build.yaml$"], "matchStringsStrategy": "any", "matchStrings": [ @@ -17,6 +18,7 @@ "datasourceTemplate": "docker" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStrings": [ "ARG BASHIO_VERSION=[\"']?(?.+?)[\"']?\\s+" @@ -26,6 +28,7 @@ "versioningTemplate": "semver" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStrings": [ "ARG S6_OVERLAY_VERSION=[\"']?(?.+?)[\"']?\\s+" @@ -36,6 +39,7 @@ "extractVersionTemplate": "^v(?.*)$" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStrings": [ "ARG TEMPIO_VERSION=[\"']?(?.+?)[\"']?\\s+" @@ -45,6 +49,7 @@ "versioningTemplate": "loose" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStringsStrategy": "any", "matchStrings": [