fix(renovate): automerge base images
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-07-25 08:58:04 +02:00
parent daf58bb4ca
commit 956cfa2d7c
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@
"automergeType": "pr",
"labels": [ "renovate" ],
"packageRules": [
{
"description": "Automatically update minor and patch versions of used base images",
"addLabels": [ "renovate/dockerfile", "renovate/automerge" ],
"automerge": true,
"matchManagers": "dockerfile",
"matchUpdateTypes": [ "minor", "patch"]
},
{
"description": "Automatically update minor and patch versions of used drone-ci images",
"addLabels": [ "renovate/droneci", "renovate/automerge" ],