diff --git a/.github/renovate.json b/.github/renovate.json index 9c12e586c3..9bc8cd62b3 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -22,7 +22,7 @@ }, { "customType": "jsonata", - "fileMatch": ["(^|/)package\\.json$"], + "managerFilePatterns": ["/(^|/)package\\.json$/"], "fileFormat": "json", "matchStrings": ["hakDependencies.$each(function($v, $k) { { 'packageName': $k, 'currentValue': $v } })"], "datasourceTemplate": "npm",