Skip to content

Commit 7390f77

Browse files
authored
docs: update dependabot rollup biome guidance (#902)
Updates the dependabot-pr-rollup skill to document that @biomejs/biome dependency updates must also update the matching schema URL version in biome.json.
1 parent 363c64a commit 7390f77

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • .agents/skills/dependabot-pr-rollup

.agents/skills/dependabot-pr-rollup/SKILL.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Use this skill when the user wants to:
2626
- Inspect `package.json` before editing.
2727
- Run `npm ci --ignore-scripts` before applying updates.
2828
- Use `npm install ... --ignore-scripts` for direct dependency changes so `package-lock.json` stays in sync.
29+
- When updating `@biomejs/biome`, also update the Biome schema URL version in `biome.json` to match the installed Biome version.
2930
7. Run `npm run all`.
3031
8. If requested, commit the changed source, lockfile, and generated artifacts, then push and open a PR.
3132

0 commit comments

Comments
 (0)