From e9789f166286fa9b23ad58af531209d1300c8a65 Mon Sep 17 00:00:00 2001 From: neverland Date: Wed, 19 Aug 2026 10:32:38 +0800 Subject: [PATCH] chore(deps): disable Rust toolchain updates --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index eb178041..23b48ba4 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,6 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>rstackjs/renovate"], "packageRules": [ + { + "description": "Disable Rust toolchain updates", + "matchManagers": ["rust-toolchain"], + "enabled": false + }, { "description": "Disable TypeScript updates in Svelte and Vue templates until svelte-check, svelte2tsx, and vue-tsc support TypeScript 7", "matchManagers": ["npm"],