for anyone not watching the thread.. have a look a...
# github-workflows-kt
n
for anyone not watching the thread.. have a look at the current state of the action version updates in this workflow running it https://github.com/NikkyAI/github-workflows-kt/actions/runs/8783162644#summary-24098740370 (this is only the default format.. in theory you could write a report in a custom format) and if you have suggestions / feedback -> đŸ§”
👍 1
p
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
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
what do you mean offline? how will it fetch available versions?
n
sorry, brain fart.. i mean on not on github ci
p
ah, got it! Renovate technically works locally as well, it ships as a Docker image 😄
n
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