From 2126daedc7f7a937bef12ef532f397bf8ffb2ea0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 23:55:42 +0000 Subject: [PATCH] chore(deps): update dependency developerc286/conventional_commits_linter to v0.14.3 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 8e62c9de..5ebf9e5b 100644 --- a/Earthfile +++ b/Earthfile @@ -36,7 +36,7 @@ check-clean-git-history: check-conventional-commits-linting: FROM +rust-base # renovate: datasource=github-releases depName=DeveloperC286/conventional_commits_linter - ENV CONVENTIONAL_COMMITS_LINTER_VERSION="v0.13.0" + ENV CONVENTIONAL_COMMITS_LINTER_VERSION="v0.14.3" 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 DO +COPY_METADATA ARG from_reference="origin/HEAD"