diff --git a/.github/renovate.json b/.github/renovate.json index ac3d054..297f18e 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": [ @@ -34,8 +36,8 @@ { "groupName": "Python", "matchDatasources": ["repology"], - "matchDepPatterns": ["^alpine.*/python.*"], - "automerge": true + "automerge": true, + "matchDepNames": ["/^alpine.*/python.*/"] }, { "groupName": "Add-on base image",