diff --git a/.github/renovate.json b/.github/renovate.json index 08e0c6a..53698d8 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": [