38 lines
760 B
JSON
38 lines
760 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":enablePreCommit",
|
|
":preserveSemverRanges",
|
|
":disableDependencyDashboard"
|
|
],
|
|
"labels": ["dependencies"],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": ["github-actions"],
|
|
"addLabels": ["ci"]
|
|
},
|
|
{
|
|
"matchManagers": ["composer"],
|
|
"addLabels": ["php"]
|
|
},
|
|
{
|
|
"matchManagers": ["pip_setup", "pip_requirements"],
|
|
"addLabels": ["python"]
|
|
},
|
|
{
|
|
"matchPaths": ["website/**"],
|
|
"addLabels": ["javascript"],
|
|
"extends": ["monorepo:docusaurus"]
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["patch"],
|
|
"matchPaths": [
|
|
".github/workflows/*",
|
|
".pre-commit-config.yaml",
|
|
"website/**"
|
|
],
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|