diff --git a/.github/renovate.json b/.github/renovate.json index 1a24033..ca2232b 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_21/{{package}}" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStrings": [ "ARG PYTHON_VERSION=[\"']?(?.+?)[\"']?\\s+" @@ -34,6 +37,7 @@ "depNameTemplate": "python/cpython" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStrings": [ "ARG PYTHON_SETUPTOOLS_VERSION=[\"']?(?.+?)[\"']?\\s+" @@ -42,6 +46,7 @@ "depNameTemplate": "setuptools" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStrings": [ "ARG PYTHON_PIP_VERSION=[\"']?(?.+?)[\"']?\\s+"