chore: configure Renovate (#350)
parent
83846ffa0b
commit
aa9645af54
|
@ -39,3 +39,4 @@ stages:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- /^renovate\/.+/
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue