Skip to content

Commit

Permalink
chore: add conform scopes (#343)
Browse files Browse the repository at this point in the history
These 2 scopes are the needed for renovate bot and release please.
The rest will be added as needed.
  • Loading branch information
OGKevin authored Mar 12, 2024
1 parent 4fd8d5d commit 000238b
Showing 1 changed file with 27 additions and 24 deletions.
51 changes: 27 additions & 24 deletions .conform.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
policies:
- type: commit
spec:
header:
length: 89
imperative: true
case: lower
invalidLastCharacters: .
body:
required: true
dco: false
gpg:
required: true
spellcheck:
locale: US
maximumOfOneCommit: false
conventional:
types:
- feat
- fix
- chore
- deps
- docs
- ci
descriptionLength: 72
- type: commit
spec:
header:
length: 89
imperative: true
case: lower
invalidLastCharacters: .
body:
required: true
dco: false
gpg:
required: true
spellcheck:
locale: US
maximumOfOneCommit: false
conventional:
scopes:
- master
- deps
types:
- feat
- fix
- chore
- deps
- docs
- ci
descriptionLength: 72

0 comments on commit 000238b

Please sign in to comment.