fix(renovate): automerge base images
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
daf58bb4ca
commit
956cfa2d7c
@ -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" ],
|
||||
|
Loading…
Reference in New Issue
Block a user