Skip to content

Commit

Permalink
Update gitlint ignore for new Dependabot
Browse files Browse the repository at this point in the history
Dependabot was recently upgraded in #414, which changed the name from
"dependabot-preview" to just "dependabot".

Update the git commit message linting ignore rules to match the new
bot's signed-off-by line, as it still doesn't follow our rules.

Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 authored and tpantelis committed Dec 18, 2020
1 parent c090b53 commit ee7f5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlint
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ ignore=body-is-missing,body-min-length

[ignore-by-body]
# Dependabot doesn't follow our conventions, unfortunately
regex=^Signed-off-by: dependabot-preview\[bot\](.*)
regex=^Signed-off-by: dependabot\[bot\](.*)
ignore=all

0 comments on commit ee7f5d8

Please sign in to comment.