From 512c644c9348e3127139c75c1aefc0cae34793b7 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Wed, 3 Jun 2026 09:46:48 +0200 Subject: [PATCH] docs: update dependabot rollup biome guidance --- .agents/skills/dependabot-pr-rollup/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.agents/skills/dependabot-pr-rollup/SKILL.md b/.agents/skills/dependabot-pr-rollup/SKILL.md index d036aed..cc3f297 100644 --- a/.agents/skills/dependabot-pr-rollup/SKILL.md +++ b/.agents/skills/dependabot-pr-rollup/SKILL.md @@ -26,6 +26,7 @@ Use this skill when the user wants to: - Inspect `package.json` before editing. - Run `npm ci --ignore-scripts` before applying updates. - Use `npm install ... --ignore-scripts` for direct dependency changes so `package-lock.json` stays in sync. + - When updating `@biomejs/biome`, also update the Biome schema URL version in `biome.json` to match the installed Biome version. 7. Run `npm run all`. 8. If requested, commit the changed source, lockfile, and generated artifacts, then push and open a PR.