From 82a50212665f82081581efd41b8b7b7b06091431 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:22:23 +0100 Subject: [PATCH] Migrate renovate config (#307) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- .github/renovate.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 115e460..086428a 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": [ @@ -69,8 +74,8 @@ { "groupName": "OpenSSL", "matchDatasources": ["repology"], - "matchPackagePatterns": ["^alpine_.*/(libssl|libcrypto).*$"], - "automerge": true + "automerge": true, + "matchPackageNames": ["/^alpine_.*/(libssl|libcrypto).*$/"] }, { "groupName": "Alpine base image",