From b021b8166f1e57915256136607a3f132d5ac4fb1 Mon Sep 17 00:00:00 2001 From: Christian Bewernitz Date: Tue, 30 Apr 2024 23:42:41 +0200 Subject: [PATCH] fix: link to mend dashboard from dependency dashboards Since this config can not know what repository it is used it, I wrongly assumed I could drop only the repository part of the path. But this only works if the user is already logged in to the dashboard. Otherwise it results in a 500 error page. By linking to the same host without any path, if you are not logged in you are asked to login, and have to find the repository logs yourself. Or use the link from any of the PRs. --- default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.json b/default.json index 99b5191..14ba6ea 100644 --- a/default.json +++ b/default.json @@ -18,7 +18,7 @@ "dependencyDashboardTitle": "Dependencies Dashboard (Renovate Bot)", "dependencyDashboardHeader": "Uses https://github.com/bettermarks/renovate-config#default \nPR that have automerge enabled [might be approved automatically](https://github.com/bettermarks/approve-dependency-pr#readme)", "dependencyDashboardOSVVulnerabilitySummary": "none", - "dependencyDashboardFooter": "- [ ] Check this box to trigger a request for Renovate to run again on this repository\n- The renovate logs can be found at ", + "dependencyDashboardFooter": "- [ ] Check this box to trigger a request for Renovate to run again on this repository\n- The renovate logs can be found at ", "osvVulnerabilityAlerts": false, "vulnerabilityAlerts": { "labels": ["security"],