Skip to content

Commit

Permalink
chore(ci): update commitlint config to v19 format and update commitli…
Browse files Browse the repository at this point in the history
…nt-github-action (#719)
  • Loading branch information
rriski authored Apr 30, 2024
1 parent 790c05b commit 4144a7d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ 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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v5
- uses: wagoid/commitlint-github-action@v6
trunk:
runs-on: ubuntu-latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion commitlint.config.js → commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
extends: ["@commitlint/config-conventional"],
ignores: [(msg) => /Signed-off-by: dependabot\[bot]/m.test(msg)],
};

0 comments on commit 4144a7d

Please sign in to comment.