From 2a26692b27969b4f18f32fdbcadf2a5dec41a8ef Mon Sep 17 00:00:00 2001 From: bukinoshita Date: Tue, 11 Jun 2019 17:23:32 -0300 Subject: [PATCH] fix: renovate config --- renovate.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index e5b0363..595f401 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,4 @@ { - "extends": [ - "config:base" - ], - "assigness": ["bukinoshita"] + "extends": ["config:base"], + "assignees": ["bukinoshita"] }