Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
export default {
extends: ['@commitlint/config-conventional'],
// Dependabot generates bodies with long markdown URLs that exceed
// body-max-line-length and will not wrap them. Skip its commits; the full
// ruleset still applies to human authors.
ignores: [(message) => message.includes('Signed-off-by: dependabot[bot]')],
rules: {
// `deps` is not a config-conventional type. Dependabot uses it so
// release-please can route those commits to a visible Dependencies
Expand Down