mirror of
https://github.com/tauri-apps/tao.git
synced 2026-01-31 00:35:16 +01:00
11 lines
177 B
JSON
11 lines
177 B
JSON
{
|
|
"extends": ["config:recommended"],
|
|
"rangeStrategy": "replace",
|
|
"packageRules": [
|
|
{
|
|
"semanticCommitType": "chore",
|
|
"matchPackageNames": ["*"]
|
|
}
|
|
]
|
|
}
|