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
|
||||
|
||||
[ignore-by-author-name]
|
||||
regex=dependabot
|
||||
ignore=body-requires-signed-off-by, max-line-length-with-exceptions
|
||||
regex=^dependabot\[bot\]$
|
||||
ignore=all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue