Skip to content

Commit 33e7a3b

Browse files
Merge #65
65: Ignore dependabot r=matthiasbeyer a=matthiasbeyer Ignore dependabot when running `gitlint`. Co-authored-by: Matthias Beyer <mail@beyermatthias.de>
2 parents a277de4 + 5e31e3c commit 33e7a3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlint

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,10 @@ contrib=CC1
117117
# E.g. Ignore all lines that start with 'Co-Authored-By'
118118
# regex=^Co-Authored-By
119119

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

0 commit comments

Comments
 (0)