Skip to content

Commit

Permalink
Merge pull request #702 from aiven/revert-690-dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/wagoid/commitlint-github-action-6
  • Loading branch information
Serpentiel authored Apr 3, 2024
2 parents 2d35a8d + ed61b8f commit dd4d700
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
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@v6
- uses: wagoid/commitlint-github-action@v5
trunk:
runs-on: ubuntu-latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion commitlint.config.mjs → commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
module.exports = {
extends: ["@commitlint/config-conventional"],
ignores: [(msg) => /Signed-off-by: dependabot\[bot]/m.test(msg)],
};

0 comments on commit dd4d700

Please sign in to comment.