phpdoc-parser/.github/renovate.json
2022-02-02 16:37:50 +01:00

25 lines
450 B
JSON

{
"extends": [
"config:base",
"schedule:weekly"
],
"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"
}
]
}