Skip to content

Commit 4144a7d

Browse files
authored
chore(ci): update commitlint config to v19 format and update commitlint-github-action (#719)
1 parent 790c05b commit 4144a7d

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/dependabot.yml

-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ updates:
1313
applies-to: security-updates
1414
patterns:
1515
- "*"
16-
ignore:
17-
# Remove this when Trunk uses v19 for Commitlint
18-
- dependency-name: wagoid/commitlint-github-action
19-
update-types:
20-
- version-update:semver-major
2116
- package-ecosystem: gomod
2217
directory: /
2318
schedule:

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
- uses: wagoid/commitlint-github-action@v5
18+
- uses: wagoid/commitlint-github-action@v6
1919
trunk:
2020
runs-on: ubuntu-latest
2121
permissions:
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
extends: ["@commitlint/config-conventional"],
33
ignores: [(msg) => /Signed-off-by: dependabot\[bot]/m.test(msg)],
44
};

0 commit comments

Comments
 (0)