fix(renovate): automerge minor and patch versions of used container images in docker files
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
59de285edd
commit
fe0b4c331c
@ -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
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user