11 lines
177 B
JSON
11 lines
177 B
JSON
|
|
{
|
||
|
|
"extends": ["config:recommended"],
|
||
|
|
"rangeStrategy": "replace",
|
||
|
|
"packageRules": [
|
||
|
|
{
|
||
|
|
"semanticCommitType": "chore",
|
||
|
|
"matchPackageNames": ["*"]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|