mirror of
https://github.com/tauri-apps/tauri-action.git
synced 2026-01-31 00:35:20 +01:00
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"postUpdateOptions": ["pnpmDedupe"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["*"],
|
|
"semanticCommitType": "chore",
|
|
"minimumReleaseAge": "3 days"
|
|
}
|
|
]
|
|
}
|