chore(deps): configure renovate

This commit is contained in:
Kyle Robbertze 2022-04-25 11:50:36 +02:00 committed by Jonas L
parent 67fe22d266
commit 634fea9a04
2 changed files with 33 additions and 5 deletions

33
.github/renovate.json vendored Normal file
View File

@ -0,0 +1,33 @@
{
"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": ["website/**", ".github/workflows/*"],
"automerge": true
}
]
}

View File

@ -1,5 +0,0 @@
{
"extends": [
"config:base"
]
}