From c7b0fa41e58d27a77426ba5bb973dbf92cadc532 Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Thu, 16 May 2024 09:02:36 +0100 Subject: [PATCH] ci: disable Renovate dashboard The Renovate dashboard insists on an open issue, which is a problem. Disable the dashboard. Status can still be seen at https://developer.mend.io/github/curl/curl. Fixes #13630 Closes #13673 --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 27f7f15f38..da5ee6d491 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:best-practices" + "config:best-practices", + ":disableDependencyDashboard" ], "semanticCommitType": "ci", "packageRules": [