diff --git a/.commitlintrc b/.commitlintrc index 62de2c0..254b9c2 100644 --- a/.commitlintrc +++ b/.commitlintrc @@ -1,4 +1,5 @@ extends: "@commitlint/config-conventional" rules: body-max-line-length: [2, "always", 1000] + header-max-length: [2, "always", 120] subject-case: [2, "never", ["upper-case", "camel-case", "kebab-case"]] diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 701926f..e8e1586 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: 26 +# Counter: 27 version: 2 updates: