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