Skip to content

Commit

Permalink
docs: add renovate logs link to dependency dashboards (#15)
Browse files Browse the repository at this point in the history
The `dependencyDashboardFooter` option defaults to `null` so we don't
loose any information

Since it's part of the template, we can not link to the logs of the
repository, but this could be overridden in each repositories config if
needed.


https://docs.renovatebot.com/configuration-options/#dependencydashboardfooter
  • Loading branch information
karfau committed Apr 25, 2024
1 parent 1fe40a4 commit 8a60324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +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": "The renovate logs can be found at <https://developer.mend.io/github/bettermarks>",
"osvVulnerabilityAlerts": false,
"vulnerabilityAlerts": {
"labels": ["security"],
Expand Down

0 comments on commit 8a60324

Please sign in to comment.