mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-22 20:37:18 +08:00
ccce63f8c8
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Fabian-Lars <github@fabianlars.de>
21 lines
511 B
JSON
21 lines
511 B
JSON
{
|
|
"extends": ["config:recommended"],
|
|
"baseBranches": ["dev", "1.x"],
|
|
"labels": ["type: chore"],
|
|
"enabledManagers": ["cargo", "npm"],
|
|
"rangeStrategy": "replace",
|
|
"packageRules": [
|
|
{
|
|
"semanticCommitType": "chore",
|
|
"matchPackageNames": ["*"]
|
|
},
|
|
{
|
|
"description": "Disable node/pnpm version updates",
|
|
"matchPackageNames": ["node", "pnpm"],
|
|
"matchDepTypes": ["engines", "packageManager"],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"postUpdateOptions": ["pnpmDedupe"]
|
|
}
|