phpdoc-parser/.github/renovate.json

24 lines
427 B
JSON

{
"extends": [
"config:base"
],
"rangeStrategy": "update-lockfile",
"packageRules": [
{
"matchPaths": ["+(composer.json)"],
"enabled": true,
"groupName": "root-composer"
},
{
"matchPaths": ["build-cs/**"],
"enabled": true,
"groupName": "build-cs"
},
{
"matchPaths": [".github/**"],
"enabled": true,
"groupName": "github-actions"
}
]
}