mirror of
https://github.com/tauri-apps/tauri-vscode.git
synced 2026-01-31 00:35:18 +01:00
ci(renovate): sync renovate config with other repos
This commit is contained in:
@@ -1,3 +1,18 @@
|
|||||||
{
|
{
|
||||||
"extends": ["config:base"]
|
"extends": ["config:recommended"],
|
||||||
|
"rangeStrategy": "replace",
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchPackageNames": ["*"],
|
||||||
|
"semanticCommitType": "chore",
|
||||||
|
"minimumReleaseAge": "3 days"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Disable node/pnpm version updates",
|
||||||
|
"matchPackageNames": ["node", "pnpm"],
|
||||||
|
"matchDepTypes": ["engines", "packageManager"],
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"postUpdateOptions": ["pnpmDedupe"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user