File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN apk add openssl-dev openssl-libs-static pkgconfig
1414ARG CODE0_CLI_VERSION=0.0.8
1515RUN 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 +)$
1818ARG DEFINITION_VERSION=def-0.0.19
1919RUN code0-cli download -f $VARIANT -t $DEFINITION_VERSION
2020
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN apk add openssl-dev openssl-libs-static pkgconfig
1212ARG CODE0_CLI_VERSION=0.0.8
1313RUN 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 +)$
1616ARG DEFINITION_VERSION=def-0.0.19
1717RUN code0-cli download -f standard -t $DEFINITION_VERSION
1818
Original file line number Diff line number Diff line change 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 {
You can’t perform that action at this time.
0 commit comments