From 213333173f9817ce6348d4636ce26c41362fc748 Mon Sep 17 00:00:00 2001 From: Pavan Kumar Sunkara Date: Thu, 18 Jul 2019 15:21:57 +0200 Subject: [PATCH] chore(project): allow deps in the commitlint scope --- commitlint.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commitlint.config.js b/commitlint.config.js index 555bd47cc..263e048f2 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -10,6 +10,8 @@ module.exports = { 'apib', 'apiaryb', 'remote', + 'deps', + 'deps-dev', ]], 'scope-empty': [2, 'never'], },