mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16: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',
|
||||
datasourceTemplate: 'npm',
|
||||
depNameTemplate: '@biomejs/biome',
|
||||
fileMatch: ['^biome.json$'],
|
||||
fileMatch: ['(^|/)biome.json$'],
|
||||
matchStrings: [
|
||||
'https://biomejs.dev/schemas/(?<currentValue>.*)/schema.json',
|
||||
'"https://biomejs.dev/schemas/(?<currentValue>[^"]+)/schema.json"',
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue