Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion container/draco/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk add openssl-dev openssl-libs-static pkgconfig
ARG CODE0_CLI_VERSION=0.0.8
RUN cargo install --version $CODE0_CLI_VERSION code0-cli

# renovate: datasource=github-releases depName=code0-tech/code0-definition versioning=regex:^def-(?<currentValue>.+)$
# renovate: datasource=github-releases depName=code0-tech/code0-definition versioning=regex:^def-(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)$
ARG DEFINITION_VERSION=def-0.0.19
RUN code0-cli download -f $VARIANT -t $DEFINITION_VERSION

Expand Down
2 changes: 1 addition & 1 deletion container/taurus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apk add openssl-dev openssl-libs-static pkgconfig
ARG CODE0_CLI_VERSION=0.0.8
RUN cargo install --version $CODE0_CLI_VERSION code0-cli

# renovate: datasource=github-releases depName=code0-tech/code0-definition versioning=regex:^def-(?<currentValue>.+)$
# renovate: datasource=github-releases depName=code0-tech/code0-definition versioning=regex:^def-(?<major>\d+)\.(?<minor>\d+)\.(?<patch>\d+)$
ARG DEFINITION_VERSION=def-0.0.19
RUN code0-cli download -f standard -t $DEFINITION_VERSION

Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>code0-tech/monoceros//renovate/global.json5",
":assignee(Taucher2003)"
":assignee(Taucher2003)",
"customManagers:dockerfileVersions"
],
"packageRules": [
{
Expand Down