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:
17
.github/renovate.json5
vendored
17
.github/renovate.json5
vendored
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user