Skip to content

Commit

Permalink
fix: restore checkbox to trigger a renovate scan in dependency dashboard
Browse files Browse the repository at this point in the history
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\n\n
```
so this will restore it.

renovatebot/renovate#27175 (reply in thread)
  • Loading branch information
karfau authored Apr 25, 2024
1 parent 8a60324 commit e8953a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "The renovate logs can be found at <https://developer.mend.io/github/bettermarks>",
"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>",
"osvVulnerabilityAlerts": false,
"vulnerabilityAlerts": {
"labels": ["security"],
Expand Down

0 comments on commit e8953a0

Please sign in to comment.