Set up renovate automerging

This commit is contained in:
Mathis 2024-01-05 10:42:46 +00:00
parent 64223f6845
commit 6a2be56f2a
1 changed files with 23 additions and 4 deletions

View File

@ -1,10 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:best-practices"
],
"separateMinorPatch": true,
"separateMinorPatch": false,
"patch": {
"enabled": false
}
"automerge": true,
"automergeType": "branch"
},
"pin": {
"automerge": true,
"automergeType": "branch"
},
"packageRules": [
{
"matchPackagePatterns": [
"renovate"
],
"groupName": "renovate",
"automerge": true,
"matchCurrentVersion": ">= 37.0.0",
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}