From bf41474cd9b6e987c19f222002693c32781ae8c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 4 May 2019 21:50:21 -0700 Subject: [PATCH] build: add renovate.json (#273) --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 010732bf7..f45d8f110 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,5 @@ { - "enabled": false + "extends": [ + "config:base" + ] }