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
on the public renovate GitHub bot there is an option on the dashboard "Check this box to trigger a request for Renovate to run again on this repository", e.g. renovatebot/.github#8
I really like that feature as I can trigger dependency updates explicitly, I tried to reproduce that behavior for renovate-on-prem by defining the following setting in my preset:
{
...
"dependencyDashboardFooter": "- [ ] Check this box to trigger a request for Renovate to run again on this repository",
...
}
This renders the checkbox, but if I check it, renovate seem to ignore the webhook.
I am running the docker image whitesource/renovate:2.1.1 as a bot on GitHub Enterprise.
Is it possible to port that feature to renovate on-prem? I guess the GitHub app would need to be adjusted in order to not ignore that hook?
Thanks for any help
The text was updated successfully, but these errors were encountered:
konrad-ohms
changed the title
Support for "Check this box to trigger a request for Renovate to run again on this repository"
Support for "Check this box to trigger a request for Renovate to run again on this repository" in renovate-on-prem
Feb 2, 2022
Hi,
on the public renovate GitHub bot there is an option on the dashboard "Check this box to trigger a request for Renovate to run again on this repository", e.g. renovatebot/.github#8
I really like that feature as I can trigger dependency updates explicitly, I tried to reproduce that behavior for renovate-on-prem by defining the following setting in my preset:
This renders the checkbox, but if I check it, renovate seem to ignore the webhook.
This is the debug log when I check the checkbox:
I am running the docker image
whitesource/renovate:2.1.1
as a bot on GitHub Enterprise.Is it possible to port that feature to renovate on-prem? I guess the GitHub app would need to be adjusted in order to not ignore that hook?
Thanks for any help
The text was updated successfully, but these errors were encountered: