Skip to content

Commit

Permalink
Merge pull request #3 from sparingsoftware/fix/dependabot
Browse files Browse the repository at this point in the history
fix: Ignore dependabot messages
  • Loading branch information
Haxikowy authored Jul 23, 2024
2 parents 8940dcd + 4794c46 commit 8973788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ const defaultConfig = {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-case': [2, 'always', ['sentence-case', 'start-case']]
}
},
ignores: [message => /^Bumps \[.+]\(.+\) from .+ to .+\.$/m.test(message)]
}

module.exports = defaultConfig

0 comments on commit 8973788

Please sign in to comment.