chore(config): migrate renovate config (#1881)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
This commit is contained in:
parent
9b8178d1ce
commit
4e8db837c1
|
@ -164,8 +164,8 @@
|
||||||
{
|
{
|
||||||
customType: 'regex',
|
customType: 'regex',
|
||||||
datasourceTemplate: 'npm',
|
datasourceTemplate: 'npm',
|
||||||
fileMatch: [
|
managerFilePatterns: [
|
||||||
'^.github/workflows/',
|
'/^.github/workflows//',
|
||||||
],
|
],
|
||||||
matchStrings: [
|
matchStrings: [
|
||||||
'npx (?<depName>[^@]+)@(?<currentValue>[^\\s]+)',
|
'npx (?<depName>[^@]+)@(?<currentValue>[^\\s]+)',
|
||||||
|
|
Loading…
Reference in New Issue