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
This commit is contained in:
Max Dymond 2024-05-16 09:02:36 +01:00 committed by Daniel Stenberg
parent 7dc376aab3
commit c7b0fa41e5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
"config:best-practices",
":disableDependencyDashboard"
],
"semanticCommitType": "ci",
"packageRules": [