Skip to content

Commit

Permalink
fix(ci): allow upper-case for dependabot commits (#981)
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
  • Loading branch information
oliverbaehler authored Feb 15, 2024
1 parent a39885f commit b9d4813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const Configuration = {
rules: {
'type-enum': [2, 'always', ['chore', 'ci', 'docs', 'feat', 'test', 'fix', 'sec']],
'body-max-line-length': [1, 'always', 500],
'subject-case': [2, 'always', ['lower-case', 'sentence-case', 'upper-case']],
},
/*
* Whether commitlint uses the default ignore rules, see the description above.
Expand Down

0 comments on commit b9d4813

Please sign in to comment.