some extra context: the goal is to fill in for the lack of Kotlin scripting support in refreshVersions. This mechanism isn't needed if you use dependency updating bots
n
Nikky
04/22/2024, 11:54 AM
but.. it also works offline locally, (with the right parameters or a github token set up)
if you do not have a github token offline it will not crash, just skip this to not block you from generating the yaml
p
Piotr KrzemiĆski
04/22/2024, 11:55 AM
what do you mean offline? how will it fetch available versions?
n
Nikky
04/22/2024, 11:56 AM
sorry, brain fart.. i mean on not on github ci
p
Piotr KrzemiĆski
04/22/2024, 11:56 AM
ah, got it! Renovate technically works locally as well, it ships as a Docker image đ
n
Nikky
04/22/2024, 11:58 AM
and with a parameter you can enable this code to run even when a github token is not present , this CAN break when github decides that your IP reached the api limit