Closed edalex-ian closed 4 years ago
Ideally I'd like to use renovate bot hosted. When issues prevent it, I fallback to hosting it off my developer workstation. Personally I'd rather have renovate self hosted, than not have renovate at all.
The local setup I have for uPortal is managed with a cron job that runs every 2 hours
0 */2 * * * /home/developers/scripts/run-renovate.sh
and run-renovate.sh
#/bin/bash
renovate-github Jasig/uPortal-start --git-fs=https
and renovate-github
is an alias for renovate --token {github token goes here}
broader Apereo thing
I'd like it to be a broader Apereo thing, with Apereo footing the bill for paid renovate support for projects; both to prioritize fixing things Apereo projects need, and to support another open source project. But this hasn't happened yet.
Great info there @ChristianMurphy , thanks for that. I think I'll read up on the renovate CLI then and see what I might be able to do.
Thanks.
Interestingly, on the week-end renovate bot has kicked off again. Will monitor.
@ChristianMurphy can you tell us at the mentioned renovate issue, what version or renovate you are using? We would like to find the root cause for this fail.
@viceice for which mentioned issue? there are two renovatebot/renovate#5483 and renovatebot/renovate#4467
also note the work around I have is for uPortal-start (where I'm using renovate 19.100.0 to prevent a gradle mismatch between renovate and Gradle 4.3 which is used on that project)
I have not tested if that version works with openEquella.
renovate bot is up and running again, closing this issue out.
Our renovate bot is currently failing to do updates - and has for some time:
The only WARN I'm seeing is (and I see no ERROR or FATAL):
I note that @ChristianMurphy also had similar issues over in uPortal lands, and I see the CAS peeps also having issues: https://github.com/renovatebot/renovate/issues/4467
Do you have any thoughts @ChristianMurphy . I notice you're now using a self hosted setup. Is that just a uPortal thing, or a broader Apereo thing, or...?