Skip to content

Commit 6563dcd

Browse files
karfaululu-berlin
andauthored
fix: restore checkbox to trigger a renovate scan in dependency dashboard (#17)
the docs are not correct, using the footer ectualle overrides the default footer, which offer a checkbox to trigger a renovate run. I copied the following from the dashboard description markdown from a non bettermarks repository: ``` - [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository ``` so this will restore it. renovatebot/renovate#27175 (reply in thread) Co-authored-by: Lulu <[email protected]>
1 parent 605050f commit 6563dcd

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": "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/github/bettermarks>",
2222
"osvVulnerabilityAlerts": false,
2323
"vulnerabilityAlerts": {
2424
"labels": ["security"],

0 commit comments

Comments
 (0)