From ca36008df9e6cda54551bbedf6e06022a525670b Mon Sep 17 00:00:00 2001 From: Sean Norwood Date: Sat, 23 Apr 2022 17:43:55 +0000 Subject: [PATCH] chore: update renovate config --- renovate.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index f45d8f1..685b3a5 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,4 @@ { - "extends": [ - "config:base" - ] + "extends": ["config:base"], + "dependencyDashboardApproval": true }