mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-23 11:36:13 +02:00
13 lines
289 B
JSON
13 lines
289 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"enabledManagers": ["cargo", "npm"],
|
|
"packageRules": [
|
|
{
|
|
"description": "Disable node/pnpm version updates",
|
|
"matchPackageNames": ["node", "pnpm"],
|
|
"matchDepTypes": ["engines", "packageManager"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|