diff --git a/.github/renovate.json b/.github/renovate.json index 0ab8aee589..30fc8f8028 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -56,7 +56,7 @@ "description": "Update pnpm in devEngines", "customType": "jsonata", "fileFormat": "json", - "fileMatch": ["(^|/)package\\.json$"], + "managerFilePatterns": ["/(^|/)package\\.json$/"], "matchStrings": [ "devEngines.packageManager.name = 'pnpm' ? { 'currentValue': devEngines.packageManager.version } : null" ],