fix(renovate): automerge patch versions of used container images in docker files
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
5cb4dd806a
commit
8f6efbdb51
@ -1,4 +1,4 @@
|
|||||||
FROM docker.io/library/rockylinux:9.2
|
FROM docker.io/library/rockylinux:9.2.20230513
|
||||||
|
|
||||||
ARG MKISOFS_VERSION
|
ARG MKISOFS_VERSION
|
||||||
|
|
||||||
|
@ -10,6 +10,14 @@
|
|||||||
"automerge": true,
|
"automerge": true,
|
||||||
"matchManagers": "droneci",
|
"matchManagers": "droneci",
|
||||||
"matchUpdateTypes": [ "minor", "patch"]
|
"matchUpdateTypes": [ "minor", "patch"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Automatically update patch version of used container images in docker files",
|
||||||
|
"addLabels": [ "renovate/container-image", "renovate/automerge" ],
|
||||||
|
"automerge": true,
|
||||||
|
"matchBaseBranches": [ "master" ],
|
||||||
|
"matchManagers": [ "dockerfile" ],
|
||||||
|
"matchUpdateTypes": [ "patch" ]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"rebaseLabel": "renovate/rebase",
|
"rebaseLabel": "renovate/rebase",
|
||||||
|
Loading…
Reference in New Issue
Block a user