Skip to content

Commit

Permalink
chore(commits): Add deps as allowed type of prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
guicamest committed Nov 5, 2023
1 parent 39d862b commit 5c30a7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gitHooks { extension ->
conventionalCommits { conventionalCommits ->
conventionalCommits.with {
defaultTypes()
types("deps")
}
}
}
Expand Down

0 comments on commit 5c30a7a

Please sign in to comment.