Skip to content

Commit

Permalink
Merge pull request #4416 from BitGo/ignore-dependabot-commits
Browse files Browse the repository at this point in the history
chore: add an ignore rule for commitlint so dependabot bumps work
  • Loading branch information
andrew-scott-fischer authored Apr 9, 2024
2 parents 89a6c17 + 197d43d commit 94d3716
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 @@ -5,6 +5,7 @@ module.exports = {
ignores: [
(commit) => /^Merge commit '[a-f0-9]{40}'$/m.test(commit),
(commit) => /^chore\(root\): publish modules/m.test(commit),
(commit) => /^chore(deps): /m.test(commit),
],
rules: {
'scope-enum': async () => [2, 'always', (await readdir('modules')).concat('root', 'deps')],
Expand Down

0 comments on commit 94d3716

Please sign in to comment.