mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-13 07:26:26 +00:00
fix(presets): respect biome.jsonc in the biomeVersions regex manager (#28821)
This commit is contained in:
parent
0890617d57
commit
9e34bd7258
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ 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.jsonc?$'],
|
||||||
matchStrings: [
|
matchStrings: [
|
||||||
'"https://biomejs.dev/schemas/(?<currentValue>[^"]+)/schema.json"',
|
'"https://biomejs.dev/schemas/(?<currentValue>[^"]+)/schema.json"',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue