diff --git a/.commitlintrc b/.commitlintrc index 1270b92..4e258bb 100644 --- a/.commitlintrc +++ b/.commitlintrc @@ -1,8 +1,4 @@ -extends: '@commitlint/config-conventional' +extends: "@commitlint/config-conventional" rules: - subject-case: - - 2 - - never - - - upper-case - - camel-case - - kebab-case + body-max-line-length: [2, "always", 250] + subject-case: [2, "never", ["upper-case", "camel-case", "kebab-case"]] diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b7e7de9..7459d7f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates # Every time I update this file without changing the content, I increment this counter. -# Counter: 17 +# Counter: 18 version: 2 updates: