Skip to content

Commit

Permalink
chore(template): sync with dailydevops/dotnet-template [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed May 25, 2024
1 parent 3660c36 commit 0fa870e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .commitlintrc
Original file line number Diff line number Diff line change
@@ -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"]]
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0fa870e

Please sign in to comment.