ci: Disable lockfile maintenance on v1 branch

pull/1425/head
Fabian-Lars 12 months ago committed by GitHub
parent 0959fe3757
commit d126183d0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -25,6 +25,12 @@
"matchDepTypes": ["engines", "packageManager"],
"enabled": false
},
{
"description": "Disable lock file maintenance for v1",
"matchBaseBranches": ["v1"],
"matchUpdateTypes": ["lockFileMaintenance"],
"enabled": false
},
{
"description": "Prevent Renovate from replacing 2.0.0-beta.10 with 2.0.0-beta - REMOVE ONCE TAURI IS STABLE",
"matchManagers": ["cargo"],

Loading…
Cancel
Save