From b34c3ecd3ad7ef0607cffc37029c4fa5662928c6 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Wed, 19 Oct 2022 21:59:12 +0200 Subject: [PATCH] add renovate annotation --- docker/git/Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/git/Containerfile b/docker/git/Containerfile index dfb4f6a..657398b 100644 --- a/docker/git/Containerfile +++ b/docker/git/Containerfile @@ -1,5 +1,6 @@ FROM quay.io/centos/centos:stream8 +# renovate: datasource=github-releases depName=cli/cli ARG GH_VERSION=2.3.0 RUN dnf install -y git curl tar gzip shadow-utils \