Skip to content

Commit

Permalink
ci: disable Renovate dashboard
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cmeister2 authored and bagder committed May 16, 2024
1 parent 7dc376a commit c7b0fa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices"
"config:best-practices",
":disableDependencyDashboard"
],
"semanticCommitType": "ci",
"packageRules": [
Expand Down

0 comments on commit c7b0fa4

Please sign in to comment.