mirror of
https://github.com/danog/phpdoc-parser.git
synced 2024-11-26 20:15:11 +01:00
25 lines
450 B
JSON
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"
|
|
}
|
|
]
|
|
}
|