mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 07:26:26 +00:00
feat(presets): use a more accurate rule for biomeVersions regex manager (#28806)
This commit is contained in:
parent
5dab770512
commit
dbd9da01b7
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ export const presets: Record<string, Preset> = {
|
||||||
customType: 'regex',
|
customType: 'regex',
|
||||||
datasourceTemplate: 'npm',
|
datasourceTemplate: 'npm',
|
||||||
depNameTemplate: '@biomejs/biome',
|
depNameTemplate: '@biomejs/biome',
|
||||||
fileMatch: ['^biome.json$'],
|
fileMatch: ['(^|/)biome.json$'],
|
||||||
matchStrings: [
|
matchStrings: [
|
||||||
'https://biomejs.dev/schemas/(?<currentValue>.*)/schema.json',
|
'"https://biomejs.dev/schemas/(?<currentValue>[^"]+)/schema.json"',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue