mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
ci: Revert renovate bug workaround
This commit is contained in:
@@ -18,25 +18,6 @@
|
||||
"matchPackageNames": ["node", "pnpm"],
|
||||
"matchDepTypes": ["engines", "packageManager"],
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Prevent unwanted minor/patch Cargo.toml updates",
|
||||
"matchManagers": ["cargo"],
|
||||
"rangeStrategy": "update-lockfile"
|
||||
},
|
||||
{
|
||||
"description": "Prevent spammy minor/patch Cargo.lock updates",
|
||||
"matchManagers": ["cargo"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"matchCurrentVersion": "!/^0/",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Prevent spammy patch Cargo.lock updates for 0.x deps",
|
||||
"matchManagers": ["cargo"],
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"matchCurrentVersion": "/^0/",
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"postUpdateOptions": ["pnpmDedupe"]
|
||||
|
||||
Reference in New Issue
Block a user