chore(renovate): use configuration preset
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-30 20:46:40 +02:00
parent fb1b86ce05
commit c27600404c
2 changed files with 10 additions and 28 deletions

View File

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