fix(renovate): update config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2024-09-28 13:33:23 +02:00
parent 9185a272de
commit 6e24c5f3a1
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -13,7 +13,6 @@
"description": "Automatically update patch version of used container images in docker files", "description": "Automatically update patch version of used container images in docker files",
"addLabels": [ "renovate/container-image", "renovate/automerge" ], "addLabels": [ "renovate/container-image", "renovate/automerge" ],
"automerge": true, "automerge": true,
"matchBaseBranches": [ "master" ],
"matchManagers": [ "dockerfile" ], "matchManagers": [ "dockerfile" ],
"matchUpdateTypes": [ "patch" ] "matchUpdateTypes": [ "patch" ]
}, },