From a41cacdf341427042621c7326f9f1bb21859bbc0 Mon Sep 17 00:00:00 2001 From: Pieter De Gendt Date: Mon, 7 Apr 2025 08:29:47 +0200 Subject: [PATCH] gitlint: Fix dependabot exception Match the full dependabot author name and ignore all (including user) rules. Signed-off-by: Pieter De Gendt --- .gitlint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlint b/.gitlint index 39c14d25ddf..16e9bdca9aa 100644 --- a/.gitlint +++ b/.gitlint @@ -61,5 +61,5 @@ ignore-merge-commits=false #files=gitlint/rules.py,README.md [ignore-by-author-name] -regex=dependabot -ignore=body-requires-signed-off-by, max-line-length-with-exceptions +regex=^dependabot\[bot\]$ +ignore=all