From 21bf93427b754e9fe9b81f84a57d10021301d7df Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 13:34:36 +0000 Subject: [PATCH] deps(major): update commitlint monorepo to v21 --- latest/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/latest/Dockerfile b/latest/Dockerfile index 8eda043..359596f 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -2,10 +2,10 @@ FROM ghcr.io/cloudpunks/alpine:3.19@sha256:b7fa9c5a5990efcb67547792780480668730c ENTRYPOINT [""] # renovate: datasource=npm depName=@commitlint/cli -ENV COMMITLINT_CLI_VERSION=18.6.1 +ENV COMMITLINT_CLI_VERSION=21.2.2 # renovate: datasource=npm depName=@commitlint/config-conventional -ENV COMMITLINT_CONFIG_VERSION=18.6.3 +ENV COMMITLINT_CONFIG_VERSION=21.2.2 RUN apk update && \ apk upgrade && \