Skip to content

Commit

Permalink
chore: add chore(deps) to allowed tags
Browse files Browse the repository at this point in the history
  • Loading branch information
iwpnd committed Mar 10, 2024
1 parent b61c132 commit f0a75e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ allowed_tags = [
"style",
"refactor",
"test",
"chore(deps)",
]
minor_tags = ["feat"]
patch_tags = ["fix", "perf", "chore(deps)"]
Expand All @@ -97,6 +98,7 @@ exclude_commit_patterns = [
"chore\\(release\\):",
"chore\\(deps-dev\\):",
"build\\(deps-dev\\):",
"build\\(deps\\):",
"ci:",
]

Expand Down

0 comments on commit f0a75e3

Please sign in to comment.