Skip to content

Commit d8ce2c4

Browse files
renovate[bot]trask
andauthored
chore(config): migrate renovate config (#13844)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <[email protected]>
1 parent b8d2119 commit d8ce2c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/renovate.json5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@
329329
{
330330
customType: 'regex',
331331
datasourceTemplate: 'pypi',
332-
fileMatch: [
333-
'^.github/workflows/',
332+
managerFilePatterns: [
333+
'/^.github/workflows//',
334334
],
335335
matchStrings: [
336336
'pip install (?<depName>[^=]+)==(?<currentValue>[^\\s]+)',
@@ -339,8 +339,8 @@
339339
{
340340
customType: 'regex',
341341
datasourceTemplate: 'npm',
342-
fileMatch: [
343-
'^.github/workflows/',
342+
managerFilePatterns: [
343+
'/^.github/workflows//',
344344
],
345345
matchStrings: [
346346
'npx (?<depName>[^@]+)@(?<currentValue>[^\\s]+)',

0 commit comments

Comments
 (0)