diff --git a/.gitlint b/.gitlint index 023a6ce..f87cb17 100644 --- a/.gitlint +++ b/.gitlint @@ -22,3 +22,8 @@ min-length=20 [title-must-not-contain-word] words=wip + +[ignore-by-author-name] +# Ignore specific line length rules for Dependabot commits. +regex=dependabot +ignore=title-max-length,body-max-line-length diff --git a/.markdownlint.yml b/.markdownlint.yml index 672815f..5314223 100644 --- a/.markdownlint.yml +++ b/.markdownlint.yml @@ -1,3 +1,5 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/DavidAnson/markdownlint/main/schema/markdownlint-config-schema.json + # markdownlint configuration. # For more information, see: