fix(renovate): don't auto merge minor container updates for enterprise apps to enhance stability

This commit is contained in:
Kjeld Schouten-Lebbing 2023-04-25 09:12:45 +02:00
parent 9b9f2271ba
commit 406e776d50
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@
},
{
"matchDatasources": ["docker"],
"automerge": true,
"automerge": false,
"matchUpdateTypes": [
"minor",
],