From 66739880769fdadc227f0624d513b0425ced1ee0 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Sun, 11 Feb 2024 04:36:56 +0100 Subject: [PATCH] add dependency dashboard --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7190a60..e4319a3 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,7 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json" + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "dependencyDashboard": true, + "major": { + "dependencyDashboardApproval": true + } }