From d86d13d396a48068417539bb5387f790dfac5662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Tue, 29 Oct 2024 17:52:41 +0100 Subject: [PATCH] chore(template): sync with dailydevops/dotnet-template [skip ci] --- .commitlintrc | 1 + .github/dependabot.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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: