From 59fb8a3b5476463e5b656a1c4e6eb294f56b66f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:55:55 +0000 Subject: [PATCH] chore(deps): update commitlint/commitlint docker tag to v21.2.0 | datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | docker | commitlint/commitlint | 21.1.0 | 21.2.0 | 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 60dc709d..12274956 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:21.1.0" + // +default="commitlint/commitlint:21.2.0" Image string, ) *Commitlint { return &Commitlint{