Back to Biomejs

Renovate

src/content/docs/recipes/renovate.mdx

latest556 B
Original Source

Renovate is a popular tool for automated dependency updates.

biome.json

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.

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