mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-27 19:50:24 +02:00
ci: Prevent renovate from messing up tauri prerelease versions
This commit is contained in:
@@ -22,6 +22,12 @@
|
|||||||
"matchPackageNames": ["node", "pnpm"],
|
"matchPackageNames": ["node", "pnpm"],
|
||||||
"matchDepTypes": ["engines", "packageManager"],
|
"matchDepTypes": ["engines", "packageManager"],
|
||||||
"enabled": false
|
"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"],
|
||||||
|
"replaceStrategy": "bump"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"postUpdateOptions": ["pnpmDedupe"]
|
"postUpdateOptions": ["pnpmDedupe"]
|
||||||
|
|||||||
Reference in New Issue
Block a user