diff --git a/.github/renovate.json b/.github/renovate.json index 18d6a4b..b3d6956 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -91,9 +91,9 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "Makefile$", - "\\.sh$" + "managerFilePatterns": [ + "/Makefile$/", + "/\\.sh$/" ], "matchStrings": [ "# renovate: datasource=(?[a-z-.]+?) depName=(?[^\\s]+?)(?: (lookupName|packageName)=(?[^\\s]+?))?(?: versioning=(?[^\\s]+?))?(?: extractVersion=(?[^\\s]+?))?(?: registryUrl=(?[^\\s]+?))?\\s.+?_(VERSION|version) *[?:]?= *\"?(?.+?)\"?\\s"