vscode-php-intellisense/renovate.json

40 lines
778 B
JSON
Raw Normal View History

2018-09-01 21:50:41 +00:00
{
"extends": ["config:base", ":maintainLockFilesMonthly"],
"prCreation": "not-pending",
"rangeStrategy": "pin",
"semanticCommits": true,
"npm": {
"semanticCommitType": "chore",
"packageRules": [
{
"packagePatterns": [
"*"
],
"minor": {
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
}
]
2018-09-01 21:50:41 +00:00
},
"composer": {
2018-11-11 03:24:51 +00:00
"enabled": true,
"rollbackPrs": false
2018-09-01 21:50:41 +00:00
},
"packageRules": [
{
"packagePatterns": ["^@types/"],
"automerge": true
},
{
"packageNames": ["felixfbecker/language-server"],
"minor": {
"semanticCommitType": "feat"
},
"patch": {
"semanticCommitType": "fix"
}
}
]
}