From 042022376e6eecbfc66d3a1e0c2c4bec1d478ff4 Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Mon, 10 Feb 2020 11:45:59 +0900 Subject: [PATCH] disable requiredStatusChecks --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 43ee62f..c9ecfa7 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,6 @@ { "extends": ["config:base"], "rangeStrategy": "update-lockfile", - "automerge": true + "automerge": true, + "requiredStatusChecks": null }