From 0fe559f4a1355e2264b14f439e45264a08c16902 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 16:03:22 +0000 Subject: [PATCH] chore(deps): update support dependencies to v19.6.1 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | npm | @commitlint/cli | 19.6.0 | 19.6.1 | --- .github/workflows/commitlint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index b52c92823..172c85c1b 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -28,7 +28,7 @@ jobs: - name: Install commitlint run: | npm install --save-dev @commitlint/config-conventional@19.6.0 - npm install --save-dev @commitlint/cli@19.6.0 + npm install --save-dev @commitlint/cli@19.6.1 - name: Lint PR title env: