gitlint: Add ignored rules for dependabot

Dependabot will have an auto-generated body and is likely to fail the max
line length check.
The bot also does not use a full name for the signed-of-by line.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
Pieter De Gendt 2025-03-31 16:39:13 +02:00 committed by Benjamin Cabé
commit 739066743f

View file

@ -59,3 +59,7 @@ ignore-merge-commits=false
# By specifying this rule, developers can only change the file when they explicitly reference # By specifying this rule, developers can only change the file when they explicitly reference
# it in the commit message. # it in the commit message.
#files=gitlint/rules.py,README.md #files=gitlint/rules.py,README.md
[ignore-by-author-name]
regex=dependabot
ignore=body-requires-signed-off-by, max-line-length-with-exceptions