diff --git a/.github/renovate.json5 b/.github/renovate.json5 index bdabd97a4449..89c9b3c7a858 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -329,8 +329,8 @@ { customType: 'regex', datasourceTemplate: 'pypi', - fileMatch: [ - '^.github/workflows/', + managerFilePatterns: [ + '/^.github/workflows//', ], matchStrings: [ 'pip install (?[^=]+)==(?[^\\s]+)', @@ -339,8 +339,8 @@ { customType: 'regex', datasourceTemplate: 'npm', - fileMatch: [ - '^.github/workflows/', + managerFilePatterns: [ + '/^.github/workflows//', ], matchStrings: [ 'npx (?[^@]+)@(?[^\\s]+)',