From 61bc7759d2a26b1e7b2464ec392c83262ff377f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:55:22 +0100 Subject: [PATCH] Migrate renovate config (#350) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] --- .github/renovate.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 4e8adb2..a2bd4e7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,8 +5,9 @@ "labels": ["dependencies", "no-stale"], "commitMessagePrefix": "⬆️", "commitMessageTopic": "{{depName}}", - "regexManagers": [ + "customManagers": [ { + "customType": "regex", "fileMatch": ["/Dockerfile$", "/build.yaml$"], "matchStringsStrategy": "any", "matchStrings": [ @@ -16,6 +17,7 @@ "datasourceTemplate": "docker" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStringsStrategy": "any", "matchStrings": [ @@ -26,6 +28,7 @@ "depNameTemplate": "alpine_3_20/{{package}}" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStrings": [ "ARG BOOKSTACK_VERSION=[\"']?(?.+?)[\"']?\\s+" @@ -43,8 +46,8 @@ { "groupName": "PHP", "matchDatasources": ["repology"], - "matchDepPatterns": ["alpine.*/php.*"], - "automerge": true + "automerge": true, + "matchDepNames": ["/alpine.*/php.*/"] }, { "groupName": "Add-on base image",