更新
更新 是一种流行的自动依赖更新工具。
¥Renovate is a popular tool for automated dependency updates.
biome.json
Section titled biome.jsonRenovate 有一个 共享预设规则,可以帮助在 biome.json 配置文件中保持 $schema 版本同步和最新。
¥Renovate has a shared preset rule that can help keep the $schema version in-sync and up-to-date within the biome.json configuration files.
要使用,请将 customManagers:biomeVersions 添加到你的 extends 列表中。
¥To use, add customManagers:biomeVersions to your extends list.
{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["customManagers:biomeVersions"]}