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", "."],
"type-empty": [2, "never"],
"type-enum": [2, "always", [
"auto",
"ux",
"dx"
]],
"scope-empty": [2, "never"],
"scope-enum": [2, "always", [
"commitlint",
"deps",
"eslint",
"typescript",
"vscode"

Loading…
Cancel
Save