setup renovate-bot
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-10-18 22:44:56 +02:00
parent 80361fb93f
commit 6495fc3150
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 11 additions and 3 deletions

View File

@ -1,2 +1,2 @@
- INTERNAL
- migrate to `thegeeklab` namespace
- setup renovate-bot

View File

@ -7,6 +7,7 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
org.label-schema.schema-version="1.0"
ARG BUILD_VERSION
# renovate: datasource=github-releases depName=validator/validator
ENV VALIDATOR_VERSION="${BUILD_VERSION:-20.6.30}"
ADD overlay/ /

View File

@ -1,6 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"extends": ["config:base"],
"ignorePresets": [":prHourlyLimit2"],
"regexManagers": [
{
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
]
}
]
}