Automerge patch updates
Build website container / Build image (push) Successful in 9s Details

This commit is contained in:
Mathis 2024-01-05 11:05:49 +00:00
parent 3e2cd9ce6c
commit bfa4d511fd
1 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,13 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:base" "config:best-practices"
], ],
"separateMinorPatch": true, "separateMinorPatch": true,
"patch": { "patch": {
"enabled": false "automerge": true
},
"pin": {
"automerge": true
} }
} }