fix(renovate): automerge minor and patch versions of used container images in docker files
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Markus Pesch 2023-06-18 21:51:51 +02:00
parent 59de285edd
commit fe0b4c331c
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/rust:slim-buster AS build
FROM docker.io/library/rust:1.70.0-slim-buster AS build
ARG RPMBUILDER_VERSION=master

View File

@ -11,6 +11,14 @@
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
},
{
"description": "Automatically update minor and patch versions of used container images in docker files",
"addLabels": [ "renovate/container-image", "renovate/automerge" ],
"automerge": true,
"matchBaseBranches": [ "master" ],
"matchManagers": [ "dockerfile" ],
"matchUpdateTypes": [ "minor", "patch" ]
},
{
"addLabels": [ "renovate/rpm-builder", "renovate/automerge" ],
"automerge": false,