From be7b9221480fc1b07431404fa0f70addb56fed58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 21:08:32 +0000 Subject: [PATCH] chore(deps): update commitlint/commitlint docker tag to v20 | datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | docker | commitlint/commitlint | 19.9.1 | 20.4.3 | 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..4863ddb0 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.3" Image string, ) *Commitlint { return &Commitlint{