From 79624c71bba2ea3ebc95244e4ed95894cb2419ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 12:06:34 +0100 Subject: [PATCH] Migrate renovate config (#443) 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 13d06fe..d923e94 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": [ @@ -17,6 +18,7 @@ "datasourceTemplate": "docker" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStringsStrategy": "any", "matchStrings": [ @@ -27,6 +29,7 @@ "depNameTemplate": "alpine_3_20/{{package}}" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStrings": [ "ARG TASMOADMIN_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",