diff --git a/.github/renovate.json b/.github/renovate.json index 0085bbf..833841f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,8 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>casse-boubou/ha-addon-workflows//.github/renovate.json"], - "regexManagers": [ + "customManagers": [ { + "customType": "regex", "fileMatch": ["/build.yaml$"], "matchStringsStrategy": "any", "matchStrings": [ @@ -11,6 +12,7 @@ "datasourceTemplate": "docker" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStringsStrategy": "any", "matchStrings": [ @@ -19,6 +21,7 @@ "datasourceTemplate": "docker" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStringsStrategy": "any", "matchStrings": [ @@ -29,6 +32,7 @@ "depNameTemplate": "alpine_3_21/{{package}}" }, { + "customType": "regex", "fileMatch": ["/Dockerfile$"], "matchStrings": ["ARG SHARRY_VERSION=(?.+?)\\s+"], "datasourceTemplate": "github-tags",