From d6e777cc18746b2dce6faad7807a699e8304dedf Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Mon, 11 Jun 2018 10:03:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=EF=B8=8F(gitlint)=20allow=20greenkeep?= =?UTF-8?q?er=20fix=20commits?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following the semver convention, when greenkeeper upgrades the patch version, its git commit title starts with fix (and not chore). --- .gitlint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlint b/.gitlint index 8cbbb4d203..f7373b6a38 100644 --- a/.gitlint +++ b/.gitlint @@ -65,7 +65,7 @@ words=wip [ignore-by-title] # Allow empty body & wrong title pattern only when bots (pyup/greenkeeper) # upgrade dependencies -regex=^(⬆️.*|Update (.*) from (.*) to (.*)|chore\(package\): update .*)$ +regex=^(⬆️.*|Update (.*) from (.*) to (.*)|(chore|fix)\(package\): update .*)$ ignore=B6,UC1 # [ignore-by-body]