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.