There was an error while loading. Please reload this page.
1 parent 3873fb2 commit 49404b9Copy full SHA for 49404b9
1 file changed
.github/renovate.json
@@ -2,6 +2,11 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["github>rstackjs/renovate"],
4
"packageRules": [
5
+ {
6
+ "description": "Disable Rust toolchain updates",
7
+ "matchManagers": ["rust-toolchain"],
8
+ "enabled": false
9
+ },
10
{
11
"description": "Disable TypeScript updates in Svelte and Vue templates until svelte-check, svelte2tsx, and vue-tsc support TypeScript 7",
12
"matchManagers": ["npm"],
0 commit comments