dx(commitlint): add type auto and scope deps for renovate

pull/620/head
Shahar Or (mightyiam) 5 years ago committed by Shahar Dawn Or
parent eabbd2f056
commit b56a0ac796

@ -15,12 +15,14 @@
"subject-full-stop": [2, "never", "."], "subject-full-stop": [2, "never", "."],
"type-empty": [2, "never"], "type-empty": [2, "never"],
"type-enum": [2, "always", [ "type-enum": [2, "always", [
"auto",
"ux", "ux",
"dx" "dx"
]], ]],
"scope-empty": [2, "never"], "scope-empty": [2, "never"],
"scope-enum": [2, "always", [ "scope-enum": [2, "always", [
"commitlint", "commitlint",
"deps",
"eslint", "eslint",
"typescript", "typescript",
"vscode" "vscode"

Loading…
Cancel
Save