From 52652baabe46d41b0f8e2444cd28c1a7a5bc5d0d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 21 May 2020 10:59:23 +0000 Subject: [PATCH] Add renovate.json --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..ab445a5 --- /dev/null +++ b/renovate.json @@ -0,0 +1,7 @@ +{ + "$schema": "http://json.schemastore.org/renovate", + "extends": [ + "github>sourcegraph/renovate-config" + ], + "semanticCommits": false +}