mirror of
https://github.com/curl/curl.git
synced 2025-09-13 15:42:39 +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",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:best-practices"
|
"config:best-practices",
|
||||||
|
":disableDependencyDashboard"
|
||||||
],
|
],
|
||||||
"semanticCommitType": "ci",
|
"semanticCommitType": "ci",
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user