7f5e0603de
ci.yml: add pull_request trigger (base dev) so renovate/* PRs get validated before merge; dev→main flow unchanged (base main), no duplicate runs. renovate.json: group vite/vitest/plugin-vue/happy-dom/@vue-test-utils into one PR (version-coupled). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
20 lines
624 B
JSON
20 lines
624 B
JSON
{
|
|
"$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"
|
|
}
|
|
]
|
|
}
|