summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-08-09 13:47:22 +0000
committerGitHub <noreply@github.com>2022-08-09 13:47:22 +0000
commitc4edf270ead077a96d3d952f99d9bf1ee6acaf7c (patch)
tree7122b21429d1b57ad131288ba89ccc8e49077048
parentad62ec4ce3a8c5b790eca1e6e60694f4ba3105b2 (diff)
parentfcf10f77875e565601f914c0d047a18fbf0dc93d (diff)
Merge #6
6: gitlint: Ignore dependabot r=matthiasbeyer a=matthiasbeyer Co-authored-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