diff --git a/renovate.json b/renovate.json index 3a05b9d..e389abd 100644 --- a/renovate.json +++ b/renovate.json @@ -6,8 +6,9 @@ "configMigration": true, "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_19/{{package}}" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStringsStrategy": "any", "matchStrings": ["ARG TVHEADEND_COMMIT=\"(?.*?)\"\\n"], @@ -36,6 +39,7 @@ "datasourceTemplate": "git-refs" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStringsStrategy": "any", "matchStrings": ["ARG COMSKIP_COMMIT=\"(?.*?)\"\\n"], @@ -45,6 +49,7 @@ "datasourceTemplate": "git-refs" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStringsStrategy": "any", "matchStrings": ["ARG PICONS_RELEASE=\"(?.*?)\"\\n"],