This commit is contained in:
parent
ae994ebab2
commit
fda97006ff
@ -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)
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user