From 739066743f805ad89c31ec3908a4890469c9c6ae Mon Sep 17 00:00:00 2001 From: Pieter De Gendt Date: Mon, 31 Mar 2025 16:39:13 +0200 Subject: [PATCH] gitlint: Add ignored rules for dependabot Dependabot will have an auto-generated body and is likely to fail the max line length check. The bot also does not use a full name for the signed-of-by line. Signed-off-by: Pieter De Gendt --- .gitlint | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlint b/.gitlint index e83edce6b6e..39c14d25ddf 100644 --- a/.gitlint +++ b/.gitlint @@ -59,3 +59,7 @@ ignore-merge-commits=false # By specifying this rule, developers can only change the file when they explicitly reference # it in the commit message. #files=gitlint/rules.py,README.md + +[ignore-by-author-name] +regex=dependabot +ignore=body-requires-signed-off-by, max-line-length-with-exceptions