You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: restore checkbox to trigger a renovate scan in dependency dashboard
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)
"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)",
"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>",
0 commit comments