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:
Pieter De Gendt 2025-04-07 08:29:47 +02:00 committed by Benjamin Cabé
commit a41cacdf34

View file

@ -61,5 +61,5 @@ ignore-merge-commits=false
#files=gitlint/rules.py,README.md
[ignore-by-author-name]
regex=dependabot
ignore=body-requires-signed-off-by, max-line-length-with-exceptions
regex=^dependabot\[bot\]$
ignore=all