Skip to content

Commit 73cfe55

Browse files
authored
Merge pull request #1093 from projectsyn/deps/renovate-jb
Configure Renovate for jsonnet-bundler
2 parents 36dd281 + 5ee2853 commit 73cfe55

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,9 @@ RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master
5353
&& mv /usr/local/bin/helm /usr/local/bin/helm2
5454

5555
ARG KUSTOMIZE_VERSION=5.6.0
56+
ARG JSONNET_BUNDLER_VERSION=v0.6.2
5657

57-
RUN ./tools/install-jb.sh v0.6.2 \
58+
RUN ./tools/install-jb.sh ${JSONNET_BUNDLER_VERSION} \
5859
&& curl -fsSLO "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" \
5960
&& chmod +x install_kustomize.sh \
6061
&& ./install_kustomize.sh ${KUSTOMIZE_VERSION} /usr/local/bin

renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@
4141
"matchStrings": ["ARG POETRY_VERSION=(?<currentValue>.*?)\\n"],
4242
"datasourceTemplate": "github-releases",
4343
"depNameTemplate": "python-poetry/poetry"
44+
},
45+
{
46+
"fileMatch": ["^Dockerfile$"],
47+
"matchStrings": ["ARG JSONNET_BUNDLER_VERSION=(?<currentValue>.*?)\\n"],
48+
"datasourceTemplate": "github-releases",
49+
"depNameTemplate": "projectsyn/jsonnet-bundler"
4450
}
4551
],
4652
"packageRules": [

0 commit comments

Comments
 (0)