liquidz / antq

Point out your outdated dependencies.
Other
403 stars 25 forks source link

API for checking and updating files rather than dep maps? #222

Open pmonks opened 1 year ago

pmonks commented 1 year ago

I've just started looking at the API, and was trying to figure out how to use it to report on and upgrade all of the various types of dependency file (deps.edn, pom.xml, project.clj, GitHub workflow files etc.). Are such APIs planned?

liquidz commented 1 year ago

@pmonks Sorry for late reply.

how to use it to report on and upgrade all of the various types of dependency file (deps.edn, pom.xml, project.clj, GitHub workflow files etc.). Are such APIs planned?

Currently, APIs does not support all types of project files (including GitHub workflows). I'd like to support in the future, but it is undecided for now.

pmonks commented 1 year ago

@liquidz no need to apologise, and no rush! I really appreciate your work on antq, and look forward to every enhancement you ship, whatever they are and whenever they land!