Skip to content

Commit a41cacd

Browse files
pdgendtkartben
authored andcommitted
gitlint: Fix dependabot exception
Match the full dependabot author name and ignore all (including user) rules. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 979b088 commit a41cacd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlint

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ ignore-merge-commits=false
6161
#files=gitlint/rules.py,README.md
6262

6363
[ignore-by-author-name]
64-
regex=dependabot
65-
ignore=body-requires-signed-off-by, max-line-length-with-exceptions
64+
regex=^dependabot\[bot\]$
65+
ignore=all

0 commit comments

Comments
 (0)