From 81477047e7e68b0bc4b8306c915bd147bbd04779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20F=C3=A9o?= Date: Fri, 1 Aug 2025 16:53:51 +0100 Subject: [PATCH] Require dependencyDashboardApproval for now --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index bc3d24ac..e714b0aa 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -3,7 +3,7 @@ "extends": [ "config:recommended", "github>gradle/renovate-agent//presets/dv.json5", - ":disableDependencyDashboard", ], + "dependencyDashboardApproval": true, "prConcurrentLimit": 0, }