From 9a252627f5f5e0b3b9ca61eceb12913a7969818d Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Mon, 19 Mar 2018 11:15:36 +0100
Subject: [PATCH] fix(renovate): use fix for Docker renovations

This will mean that any update to our Docker base image causes semantic-release to release a patch, which in turn will ensure Docker Hub autobuilds it.
---
 package.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package.json b/package.json
index 5887d25dec..7c7550e425 100644
--- a/package.json
+++ b/package.json
@@ -143,6 +143,9 @@
       ":label(ready)",
       ":assignee(rarkins)"
     ],
+    "docker": {
+      "semanticCommitType": "fix"
+    },
     "semanticCommitScope": null
   },
   "publishConfig": {
-- 
GitLab