This commit is contained in:
parent
c28e8e02e5
commit
f3b378959d
@ -1,2 +1,2 @@
|
|||||||
- INTERNAL
|
- INTERNAL
|
||||||
- migrate to `thegeeklab` namespace
|
- setup renovate-bot
|
||||||
|
@ -7,10 +7,11 @@ LABEL maintainer="Robert Kaussow <mail@geeklabor.de>" \
|
|||||||
org.label-schema.vendor="Robert Kaussow" \
|
org.label-schema.vendor="Robert Kaussow" \
|
||||||
org.label-schema.schema-version="1.0"
|
org.label-schema.schema-version="1.0"
|
||||||
|
|
||||||
ARG BUILD_VERSION=latest
|
ARG BUILD_VERSION
|
||||||
|
# renovate: datasource=npm depName=broken-link-checker
|
||||||
|
ENV BLC_VERSION="${BUILD_VERSION:-0.7.8}"
|
||||||
|
|
||||||
ENV BLC_VERSION="${BUILD_VERSION:-latest}" \
|
ENV LINK_VALIDATOR_BASE_DIR=/drone/src \
|
||||||
LINK_VALIDATOR_BASE_DIR=/drone/src \
|
|
||||||
LINK_VALIDATOR_SERVER_PORT=80 \
|
LINK_VALIDATOR_SERVER_PORT=80 \
|
||||||
FORCE_COLOR=true \
|
FORCE_COLOR=true \
|
||||||
NPM_CONFIG_LOGLEVEL=error
|
NPM_CONFIG_LOGLEVEL=error
|
||||||
|
@ -1,6 +1,13 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": ["config:base"],
|
||||||
"config:base"
|
"ignorePresets": [":prHourlyLimit2"],
|
||||||
|
"regexManagers": [
|
||||||
|
{
|
||||||
|
"fileMatch": ["^Dockerfile$"],
|
||||||
|
"matchStrings": [
|
||||||
|
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user