gitlint: Fix dependabot exception
Match the full dependabot author name and ignore all (including user) rules. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
979b088882
commit
a41cacdf34
1 changed files with 2 additions and 2 deletions
4
.gitlint
4
.gitlint
|
@ -61,5 +61,5 @@ ignore-merge-commits=false
|
||||||
#files=gitlint/rules.py,README.md
|
#files=gitlint/rules.py,README.md
|
||||||
|
|
||||||
[ignore-by-author-name]
|
[ignore-by-author-name]
|
||||||
regex=dependabot
|
regex=^dependabot\[bot\]$
|
||||||
ignore=body-requires-signed-off-by, max-line-length-with-exceptions
|
ignore=all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue