Skip to content

Commit 712a15d

Browse files
Boshenclaude
andauthored
chore: ignore vitest-dev and vite-task crates in renovate (#868)
## Summary - Disable Renovate for `vitest-dev` (pnpm catalog alias for `npm:vitest`, not a real npm package) - Disable Renovate for vite-task git crates (`fspy`, `vite_glob`, `vite_path`, `vite_str`, `vite_task`, `vite_workspace`) which are updated manually 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cb52c0b commit 712a15d

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,15 @@
66
"packages/cli/snap-tests-global/**",
77
"packages/cli/snap-tests-todo/**",
88
"bench/fixtures/**"
9+
],
10+
"packageRules": [
11+
{
12+
"matchPackageNames": ["vitest-dev"],
13+
"enabled": false
14+
},
15+
{
16+
"matchPackageNames": ["fspy", "vite_glob", "vite_path", "vite_str", "vite_task", "vite_workspace"],
17+
"enabled": false
18+
}
919
]
1020
}

0 commit comments

Comments
 (0)