ci(renovate): Remove tauri pre-release workaround

This commit is contained in:
Fabian-Lars
2024-10-09 14:44:38 +02:00
committed by GitHub
parent 3c1f3874f4
commit 7e1c17a635
-7
View File
@@ -30,13 +30,6 @@
"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"],
"matchPackagePatterns": ["^tauri"],
"matchCurrentValue": "2.*",
"rangeStrategy": "bump"
}
],
"postUpdateOptions": ["pnpmDedupe"]