Skip to content

Commit

Permalink
Merge pull request #1299 from storyblok/chore/increment-max-commit-bo…
Browse files Browse the repository at this point in the history
…dy-lenght

chore: increment commit body max size to allow dependabot commits
  • Loading branch information
alvarosabu authored Dec 17, 2024
2 parents 9b26ab0 + 4804c29 commit 0885bc4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
],
"rules": {
"body-max-line-length": [2, "always", 200]
}
},
"release": {
"branches": [
Expand Down

0 comments on commit 0885bc4

Please sign in to comment.