]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ci: disable Renovate dashboard
authorMax Dymond <cmeister2@gmail.com>
Thu, 16 May 2024 08:02:36 +0000 (09:02 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 16 May 2024 08:44:20 +0000 (10:44 +0200)
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

index 27f7f15f3855904e4c64e4edd32d05179f93d831..da5ee6d491384b2666374301b283e66fa52fe1d3 100644 (file)
@@ -1,7 +1,8 @@
 {
   "$schema": "https://docs.renovatebot.com/renovate-schema.json",
   "extends": [
-    "config:best-practices"
+    "config:best-practices",
+    ":disableDependencyDashboard"
   ],
   "semanticCommitType": "ci",
   "packageRules": [