Browse Source

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>
pull/88347/head
Pieter De Gendt 3 months ago committed by Benjamin Cabé
parent
commit
a41cacdf34
  1. 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…
Cancel
Save