diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 845d916a..9425fd48 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -164,8 +164,8 @@ { customType: 'regex', datasourceTemplate: 'npm', - fileMatch: [ - '^.github/workflows/', + managerFilePatterns: [ + '/^.github/workflows//', ], matchStrings: [ 'npx (?[^@]+)@(?[^\\s]+)',