mirror of
https://github.com/curl/curl.git
synced 2025-09-12 23:22:42 +03:00
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:
parent
7dc376aab3
commit
c7b0fa41e5
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:best-practices"
|
||||
"config:best-practices",
|
||||
":disableDependencyDashboard"
|
||||
],
|
||||
"semanticCommitType": "ci",
|
||||
"packageRules": [
|
||||
|
|
Loading…
Reference in New Issue
Block a user