chore(renovate): add dockerfile
All checks were successful
Run unit tests / test (push) Successful in 7m9s
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Markus Pesch 2025-03-02 13:52:35 +01:00
parent 97c2294035
commit 1766f00c01
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

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