diff --git a/.github/pr-title-config.json b/.github/pr-title-config.json index eda7d30..a981c9e 100644 --- a/.github/pr-title-config.json +++ b/.github/pr-title-config.json @@ -4,6 +4,6 @@ "color": "EEEEEE" }, "CHECKS": { - "prefixes": [ "[WIP] ", "feat: ", "test: ", "fix: ", "docs: ", "style: ", "interface: ", "util: ", "chore: ", "CI: ", "perf: ", "refactor: ", "revert: " ] + "prefixes": [ "[WIP] ", "feat: ", "test: ", "fix: ", "docs: ", "style: ", "interface: ", "util: ", "chore: ", "Chore(deps): ", "CI: ", "perf: ", "refactor: ", "revert: " ] } -} \ No newline at end of file +}