fix(ci): renovate
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2022-05-03 17:25:29 +02:00
parent ae994ebab2
commit fda97006ff
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
2 changed files with 1 additions and 7 deletions

View File

@ -4,7 +4,7 @@ set -e
CONTAINER_RUNTIME=$(which docker)
CREATEREPO_IMAGE_FULLY_QUALIFIED=docker.io/volkerraschek/createrepo:0.17.1
CREATEREPO_IMAGE_FULLY_QUALIFIED=docker.io/volkerraschek/createrepo:0.17.2
CUSTOM_UID=$(getent passwd ${USER} | cut -d ':' -f 3)
CUSTOM_GID=$(getent passwd ${USER} | cut -d ':' -f 4)

View File

@ -10,12 +10,6 @@
"automerge": true,
"matchManagers": "droneci",
"matchUpdateTypes": [ "minor", "patch"]
},
{
"addLabels": [ "renovate/createrepo", "renovate/automerge" ],
"automerge": false,
"matchPackageNames": [ "createrepo" ],
"matchManagers": [ "regex" ]
}
],
"rebaseLabel": "renovate/rebase",