# configuration for https://github.com/crate-ci/committed
# https://www.conventionalcommits.org
="conventional"
= [
"fix",
"feat",
"chore",
"docs",
"style",
"refactor",
"perf",
"test",
"ci",
]
# allow merge commits
= true
# subject is not required to be capitalized
= false
# subject should start with an imperative verb
= true
# subject should not end with a punctuation
= true
# disable line length
= 0
# disable subject length
= 0
# Ignore the following authors
="(dependabot|renovate)"