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, }