From e608155aaf6965b341fdf7bc152b4735ea71120e Mon Sep 17 00:00:00 2001 From: Jo <10510431+j178@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:33:26 +0800 Subject: [PATCH] Disable renovate update for `ilammy/msvc-dev-cmd` (#1023) --- .github/renovate.json5 | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8789e14b..bfdeab9e 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -2,7 +2,9 @@ $schema: 'https://docs.renovatebot.com/renovate-schema.json', extends: [ 'config:recommended', - 'schedule:monthly', + ], + schedule: [ + '* * 1,15 * *' ], // release.yml is generated by cargo-dist and should not be updated. ignorePaths: [ @@ -79,6 +81,19 @@ description: "Disable PRs updating GitHub runners (e.g. 'runs-on: macos-14')", enabled: false }, + // Disable updates for the msvc-dev-cmd action, the latest version does not work. + { + matchManagers: [ + "github-actions" + ], + matchDepTypes: [ + "action" + ], + matchDepNames: [ + "ilammy/msvc-dev-cmd" + ], + enabled: false + }, // Disable updates for mise managed toolchains { matchManagers: [