summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-08-09 15:45:42 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-08-09 15:45:42 +0200
commitfcf10f77875e565601f914c0d047a18fbf0dc93d (patch)
tree02dd198dd31be1870d1e90808f12afedc2741ebe
parent9ef54ab9490895e2373eee891038c24bf5d99081 (diff)
gitlint: Ignore dependabot
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.gitlint4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlint b/.gitlint
index 56e101f..0fce791 100644
--- a/.gitlint
+++ b/.gitlint
@@ -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