{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" ], "packageRules": [ { "description": "Bundle the interlocking frontend build/test toolchain into ONE PR. vite, vitest, @vitejs/plugin-vue, happy-dom and @vue/test-utils are version-coupled — a lone major bump red-fails the build/tests until its peers land, so they must move together.", "matchPackageNames": [ "vite", "vitest", "@vitejs/plugin-vue", "happy-dom", "@vue/test-utils" ], "groupName": "frontend build/test toolchain" } ] }