Skip to content

Commit 48242be

Browse files
authored
Merge pull request #385 from code0-tech/renovate/reconfigure
Add dockerfileVersions custom manager to renovate
2 parents ac1c945 + 86768a1 commit 48242be

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

container/draco/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apk add openssl-dev openssl-libs-static pkgconfig
1414
ARG CODE0_CLI_VERSION=0.0.8
1515
RUN cargo install --version $CODE0_CLI_VERSION code0-cli
1616

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

container/taurus/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apk add openssl-dev openssl-libs-static pkgconfig
1212
ARG CODE0_CLI_VERSION=0.0.8
1313
RUN cargo install --version $CODE0_CLI_VERSION code0-cli
1414

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

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"github>code0-tech/monoceros//renovate/global.json5",
5-
":assignee(Taucher2003)"
5+
":assignee(Taucher2003)",
6+
"customManagers:dockerfileVersions"
67
],
78
"packageRules": [
89
{

0 commit comments

Comments
 (0)