1
0
mirror of https://github.com/j178/prek.git synced 2026-04-03 17:34:03 +02:00

Disable renovate update for ilammy/msvc-dev-cmd (#1023)

This commit is contained in:
Jo
2025-11-03 19:33:26 +08:00
parent d9baf0a5f1
commit e608155aaf

View File

@@ -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: [