Skip to content

Commit b021b81

Browse files
authored
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.
1 parent 6563dcd commit b021b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencyDashboardTitle": "Dependencies Dashboard (Renovate Bot)",
1919
"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)",
2020
"dependencyDashboardOSVVulnerabilitySummary": "none",
21-
"dependencyDashboardFooter": "- [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository\n- The renovate logs can be found at <https://developer.mend.io/github/bettermarks>",
21+
"dependencyDashboardFooter": "- [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository\n- The renovate logs can be found at <https://developer.mend.io>",
2222
"osvVulnerabilityAlerts": false,
2323
"vulnerabilityAlerts": {
2424
"labels": ["security"],

0 commit comments

Comments
 (0)