From f42e2bacb72c8ad728ad77f292f151df73627508 Mon Sep 17 00:00:00 2001 From: Niel Markwick Date: Tue, 25 Jun 2024 16:04:18 +0200 Subject: [PATCH] chore: disable Renovate PR auto-creation Change-Id: I9e6e743a37bd17b1cd14c0bfba41064466542b23 GitOrigin-RevId: 36624f47f05b9b01187f6264b62370fabf7dc335 --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index d4e40135..1e767b27 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,5 +3,6 @@ "extends": [ "config:recommended", ":semanticCommits" - ] + ], + "dependencyDashboardApproval": true }