From 05f7693fb69b56ad43f00939a4f80efaec6c9a7b Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Thu, 23 Apr 2026 00:47:10 +0000 Subject: [PATCH] ci(dependabot): include @vitest/* in dev-tooling group Without this, vitest and @vitest/coverage-v8 were bumped in separate PRs (#26, #30) that each broke peer-dep resolution because the sibling stayed pinned at the old major. Grouping them guarantees they move together. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ec32dea..b62d174 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -34,6 +34,7 @@ updates: - vite - vitest - "@vitejs/*" + - "@vitest/*" - typescript - eslint* - "@eslint/*"