28 lines
530 B
JSON
28 lines
530 B
JSON
|
{
|
||
|
"extends": ["config:base", ":maintainLockFilesMonthly"],
|
||
|
"prCreation": "not-pending",
|
||
|
"rangeStrategy": "pin",
|
||
|
"semanticCommits": true,
|
||
|
"npm": {
|
||
|
"semanticCommitType": "chore"
|
||
|
},
|
||
|
"composer": {
|
||
|
"enabled": true
|
||
|
},
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"packagePatterns": ["^@types/"],
|
||
|
"automerge": true
|
||
|
},
|
||
|
{
|
||
|
"packageNames": ["felixfbecker/language-server"],
|
||
|
"minor": {
|
||
|
"semanticCommitType": "feat"
|
||
|
},
|
||
|
"patch": {
|
||
|
"semanticCommitType": "fix"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|