コンテンツにスキップ
You are currently reading docs for v1.x. Go to the latest docs if you are using newer version.

Renovate

Renovate は、広く使われている依存関係の更新の自動化ツールです。

Renovateは、biome.json ファイル内の $schema のバージョンを最新の状態に更新する shared preset rule を提供しています。

使用するには、customManagers:biomeVersionsextends の配列に追加します。

renovate.json
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["customManagers:biomeVersions"]
}