Перейти до вмісту
You are currently reading docs for v1.x. Go to the latest docs if you are using newer version.

Renovate

Цей контент ще не доступний вашою мовою.

Renovate is a popular tool for automated dependency updates.

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.

To use, add customManagers:biomeVersions to your extends list.

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