Compare commits

..

2 Commits

Author SHA1 Message Date
CSRBot b54a20ec0c chore(deps): update dependency docker.io/library/golang to v1.18.4
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
2022-07-25 09:00:58 +02:00
Markus Pesch 956cfa2d7c
fix(renovate): automerge base images
continuous-integration/drone/push Build is passing Details
2022-07-25 08:58:04 +02:00
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" ],