diff --git a/renovate.json b/renovate.json index 77fbb47c..84576d12 100644 --- a/renovate.json +++ b/renovate.json @@ -7,7 +7,9 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^scripts/VERSIONS$"], + "fileMatch": [ + "^scripts/VERSIONS$" + ], "matchStrings": [ "# renovate: datasource=(?.*?) depName=(?.*?)\\s.*?_VERSION=(?.*)\\s" ] @@ -22,8 +24,12 @@ "groupName": "GitHub Actions: artifact" }, { - "matchManagers": ["regex"], - "matchPackageNames": ["openssl/openssl"], + "matchManagers": [ + "custom.regex" + ], + "matchPackageNames": [ + "openssl/openssl" + ], "extractVersion": "^openssl-(?.*)$" } ]