.renovate-shared.json: explicitly disable automerge

This commit is contained in:
Aminda Suomalainen 2024-07-07 06:52:00 +03:00
parent 87ade6f0aa
commit c8149554c6
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -7,6 +7,14 @@
"enabled": true
},
"mode": "full",
"packageRules": [
{
"automerge": false,
"matchPackagePatterns": [
"*"
]
}
],
"pre-commit": {
"enabled": true
},