diff --git a/renovate.json b/renovate.json index 5548cd4d..a7a46aeb 100644 --- a/renovate.json +++ b/renovate.json @@ -8,7 +8,7 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], + "managerFilePatterns": ["/^.github/workflows/.+\\.ya?ml$/"], "matchStrings": ["xdebug: xdebug-(?\\S+).*# renovate:keep-up-to-date"], "depNameTemplate": "xdebug", "packageNameTemplate": "xdebug/xdebug", @@ -17,7 +17,7 @@ }, { "customType": "regex", - "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], + "managerFilePatterns": ["/^.github/workflows/.+\\.ya?ml$/"], "matchStrings": ["php: '(?[^']+)'.*# renovate:keep-up-to-date"], "depNameTemplate": "php", "packageNameTemplate": "php/php-src", @@ -26,7 +26,7 @@ }, { "customType": "regex", - "fileMatch": ["^.github/workflows/.+\\.ya?ml$"], + "managerFilePatterns": ["/^.github/workflows/.+\\.ya?ml$/"], "matchStrings": ["node-version: '(?[^']+)'.*# renovate:keep-up-to-date"], "depNameTemplate": "node", "packageNameTemplate": "nodejs/node",