Skip to content

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 regexManagers:biomeVersions to your extends list.

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