Skip to content

Commit bdb5ff9

Browse files
authored
build: Ignore all gitlint rules for dependabot commits (#675)
**What problem does this PR solve?**: **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 678d473 commit bdb5ff9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ line-length=120
1717
regex=https?://
1818

1919
[ignore-by-author-name]
20-
regex=(.*)dependabot(.*) #
21-
ignore=T1,body-min-length
20+
regex=(.*)dependabot(.*)
21+
ignore=all
2222

2323
[contrib-title-conventional-commits]
2424
# Specify allowed commit types. For details see: https://www.conventionalcommits.org/

0 commit comments

Comments
 (0)