jorisroovers / gitlint

Linting for your git commit messages
http://jorisroovers.github.io/gitlint
MIT License
806 stars 99 forks source link

Ignore dependabot commits entirely #381

Closed jorisroovers closed 1 year ago

jorisroovers commented 1 year ago

We were only ignoring Co-authored-by lines for dependabot commits before, but that sometimes still causes gitlint violations on other lines.

With this changes, we're ignore the entire commit message for commits generated by dependabot.