From b9baa901bd3fcd2fb5ff23589c2c9dd8c725e3e0 Mon Sep 17 00:00:00 2001 From: Isaac Snow Date: Thu, 4 Oct 2018 19:11:51 -0700 Subject: [PATCH] build: renovate shouldn't automerge at this time (#282) --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index a92601b4d53..fd59f07a78f 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "$schema": "http://json.schemastore.org/renovate", "extends": ["github>sourcegraph/renovate-config"], - "semanticCommits": false + "semanticCommits": false, + "automerge": false }