From 5add74e78579fc1ef49408332d37d128cbdd3852 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:08:59 +0000 Subject: [PATCH] chore(deps): update commitlint/commitlint docker tag to v20 | datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | docker | commitlint/commitlint | 19.9.1 | 20.4.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- commitlint/dagger/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commitlint/dagger/main.go b/commitlint/dagger/main.go index f8c1eca1..a26f07d2 100644 --- a/commitlint/dagger/main.go +++ b/commitlint/dagger/main.go @@ -15,7 +15,7 @@ func New( // Commitlint image to use. // +optional // renovate image: datasource=docker depName=commitlint/commitlint versioning=docker - // +default="commitlint/commitlint:19.9.1" + // +default="commitlint/commitlint:20.4.1" Image string, ) *Commitlint { return &Commitlint{