Query kURL Add on versions

I am attempting to automate kURL add-on management with a Renovate customDatasource: Custom - Renovate Docs

I have discovered that the URL https://kurl.sh/installer returns a convenient list of kURL add-ons and their version. Is this an API that I can query with something like RQL? I was trying to find any syntax for being able to query for a particular package’s releases instead of all of them. Renovate has some limitations that makes parsing the endpoint results as-is difficult.

Hi @bageldawg,

I’m not familar with renovatebot but the URL you posted https://kurl.sh/installer does list all available add-on versions in kURL.

You can also use this URL to get latest add-on versions
https://kurl.sh/installer/latest?resolve=true

I hope this helps.

Gerard