From: Max Dymond Date: Thu, 16 May 2024 08:02:36 +0000 (+0100) Subject: ci: disable Renovate dashboard X-Git-Tag: curl-8_8_0~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7b0fa41e58d27a77426ba5bb973dbf92cadc532;p=thirdparty%2Fcurl.git 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 --- 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": [