From 852a4885f5cabe65083080618a9be7562123d468 Mon Sep 17 00:00:00 2001 From: Jeff Held <94369240+jeff-held-aiven@users.noreply.github.com> Date: Wed, 3 Apr 2024 11:07:57 +0200 Subject: [PATCH 1/2] Revert "build(deps): bump wagoid/commitlint-github-action from 5 to 6 (#690)" This reverts commit 2d35a8d6c8e84441bc4560a2393da1b08743b31d. --- .github/workflows/lint.yml | 2 +- commitlint.config.mjs => commitlint.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename commitlint.config.mjs => commitlint.config.js (86%) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 81d26da8..618e03d1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: wagoid/commitlint-github-action@v6 + - uses: wagoid/commitlint-github-action@v5 trunk: runs-on: ubuntu-latest permissions: diff --git a/commitlint.config.mjs b/commitlint.config.js similarity index 86% rename from commitlint.config.mjs rename to commitlint.config.js index 791f3dcd..2ef25a15 100644 --- a/commitlint.config.mjs +++ b/commitlint.config.js @@ -1,4 +1,4 @@ -export default { +module.exports = { extends: ["@commitlint/config-conventional"], ignores: [(msg) => /Signed-off-by: dependabot\[bot]/m.test(msg)], }; From ed61b8fd4de67d1f891458b5abcb61e180d58944 Mon Sep 17 00:00:00 2001 From: Jeffrey Held Date: Wed, 3 Apr 2024 11:19:14 +0200 Subject: [PATCH 2/2] ci(dependabot): disable major version upgrades to wagoid/commitlint-github-action --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ca868bfa..d387c941 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,6 +13,11 @@ updates: applies-to: security-updates patterns: - "*" + ignore: + # Remove this when Trunk uses v19 for Commitlint + - dependency-name: wagoid/commitlint-github-action + update-types: + - version-update:semver-major - package-ecosystem: gomod directory: / schedule: