From 5f69fff5b9f7843e6069f5590a82c82239984ef2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 03:23:06 +0000 Subject: [PATCH 1/2] ci(github-actions): Bump wagoid/commitlint-github-action from 5 to 6 Bumps [wagoid/commitlint-github-action](https://github.com/wagoid/commitlint-github-action) from 5 to 6. - [Changelog](https://github.com/wagoid/commitlint-github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/wagoid/commitlint-github-action/compare/v5...v6) --- updated-dependencies: - dependency-name: wagoid/commitlint-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/commitlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 7641ccb6c..15f08ece1 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -15,4 +15,4 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v5 + - uses: wagoid/commitlint-github-action@v6 From 8e8185abc931ae2558335977dbf066cb312870c0 Mon Sep 17 00:00:00 2001 From: Florian Vogt Date: Wed, 3 Apr 2024 13:41:45 +0200 Subject: [PATCH 2/2] build(commitlint): Migrate to new default commitlint.config.mjs --- .commitlintrc.js => commitlint.config.mjs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .commitlintrc.js => commitlint.config.mjs (100%) diff --git a/.commitlintrc.js b/commitlint.config.mjs similarity index 100% rename from .commitlintrc.js rename to commitlint.config.mjs