From ce555d46c402c51afd5baf334b76547175833cec Mon Sep 17 00:00:00 2001 From: Maurice Dalderup Date: Tue, 1 Oct 2019 19:27:14 +0200 Subject: [PATCH] chore(renovate): adjust renovate config (#1175) * chore(deps): fix deps, adjust renovate config * chore(github): remove files --- .github/renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index c3d9f7e31..2b3cd3935 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,7 +5,11 @@ "react-redux", "redux-saga", "connected-react-router", - "react-router-dom" + "react-router-dom", + "jest", + "babel-jest", + "sass-loader", + "style-loader" ], "schedule": ["on monday"], "labels": ["Renovate 🌴"],