diff --git a/renovate.json b/renovate.json index 00a95c3..8303c26 100644 --- a/renovate.json +++ b/renovate.json @@ -6,8 +6,8 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ - "^\\.github/workflows/.+\\.yml$" + "managerFilePatterns": [ + "/^\\.github/workflows/.+\\.yml$/" ], "matchStrings": [ "Install-Module (?\\S+?) -RequiredVersion (?\\S+)"