From 52dae0bf2c47a2b54cdffedbe187d85cb851de88 Mon Sep 17 00:00:00 2001 From: Jan De Dobbeleer Date: Wed, 14 Sep 2022 10:17:07 +0200 Subject: [PATCH] chore: allow commit body lines of 200 characters dependabot is limited in its capabilities --- .commitlintrc.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.commitlintrc.yml b/.commitlintrc.yml index cd82422c..91f74a58 100644 --- a/.commitlintrc.yml +++ b/.commitlintrc.yml @@ -15,6 +15,10 @@ rules: - perf - test - revert + body-max-line-length: + - 2 + - always + - 200 help: | **Possible types**: `chore`: Change build process, tooling or dependencies.