Skip to content

Commit f245c86

Browse files
authored
Merge pull request #70 from dafyddj/chore/commitlint
chore: exclude Renovate commits from linting
2 parents 97d74a3 + 9786eba commit f245c86

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

commitlint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ module.exports = {
55
'footer-max-line-length': [2, 'always', 120],
66
'header-max-length': [2, 'always', 72],
77
},
8+
ignores: [
9+
(commit) => commit.startsWith("chore(deps):")
10+
],
811
};

0 commit comments

Comments
 (0)