From 3da88e337bb6aef34642f5d66a08fdf38f252ba9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Jun 2025 02:27:36 +0000 Subject: [PATCH] chore(deps): update dependency developerc286/conventional_commits_linter to v0.15.0 --- ci/check-conventional-commits-linting.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/check-conventional-commits-linting.Dockerfile b/ci/check-conventional-commits-linting.Dockerfile index eb587a0..1a4ab50 100644 --- a/ci/check-conventional-commits-linting.Dockerfile +++ b/ci/check-conventional-commits-linting.Dockerfile @@ -1,7 +1,7 @@ FROM rust:1.88.0-alpine3.21@sha256:9c6a4baf58661f99a5441b15e3ad8295dabf35e849c4935e77ad35d9809be1d2 # renovate: datasource=github-releases depName=DeveloperC286/conventional_commits_linter -ENV CONVENTIONAL_COMMITS_LINTER_VERSION="v0.14.3" +ENV CONVENTIONAL_COMMITS_LINTER_VERSION="v0.15.0" RUN wget -O - "https://github.com/DeveloperC286/conventional_commits_linter/releases/download/${CONVENTIONAL_COMMITS_LINTER_VERSION}/x86_64-unknown-linux-musl.gz" | gzip -d >/usr/bin/conventional_commits_linter && chmod 755 /usr/bin/conventional_commits_linter WORKDIR /workspace