Skip to content

Commit

Permalink
Merge #65
Browse files Browse the repository at this point in the history
65: Ignore dependabot r=matthiasbeyer a=matthiasbeyer

Ignore dependabot when running `gitlint`.

Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
  • Loading branch information
bors[bot] and matthiasbeyer authored Sep 12, 2022
2 parents a277de4 + 5e31e3c commit 33e7a3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlint
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ contrib=CC1
# E.g. Ignore all lines that start with 'Co-Authored-By'
# regex=^Co-Authored-By

# [ignore-by-author-name]
[ignore-by-author-name]
# Ignore certain rules for commits of which the author name matches a regex
# E.g. Match commits made by dependabot
# regex=(.*)dependabot(.*)
regex=(.*)dependabot(.*)
#
# Ignore certain rules, you can reference them by their id or by their full name
# Use 'all' to ignore all rules
Expand Down

0 comments on commit 33e7a3b

Please # to comment.