From f0fa0eb321a0a239e4bb74555004c8b8ee47f345 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Sat, 3 Feb 2024 22:10:21 +0100 Subject: [PATCH] config: disable dependency dashboard --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 2b4c6ceae..65e1d848e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -16,5 +16,6 @@ "automerge": false, "baseBranches": [ "dev" - ] + ], + "dependencyDashboard": false } \ No newline at end of file