I would really like to move away from #GitHub with my projects towards #Codeberg.
I still would like to use #RenovateBot by Mend, but they don't offer it with Codeberg. Any good way to keep it running also on Codeberg?

Reposts appreciated.

#di_day

@guerda Do you look for a full managed solution? Otherwise self hosting #RenovateBot isn't too much rocket science
@orava fully managed would be my preference, yes.
@guerda renovate can run in a container iirc, so just create your own pipeline for it?

@guerda Here's an example of running it yourself using Woodpecker CI: https://codeberg.org/mathisdt/trackworktime/src/branch/master/.woodpecker/renovate.yaml

All you have to add to the linked workflow definition are the required secrets and a cron entry, both configured in Woodpecker.

trackworktime/.woodpecker/renovate.yaml at master

trackworktime - Android app to track your work time via WiFi or location and categorize each recorded intervall by a predefined client/task and a free text

Codeberg.org