Skip to content

Commit 34577e0

Browse files
committed
gitlint: ignore dependabot
Signed-off-by: Matthias Beyer <[email protected]>
1 parent 98aed85 commit 34577e0

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)