Are their tools to help report or update when there is a new version of a dependency which is added using the form. I suspect not, but wanted to see if I was missing something.
{:git/tag "0.25.0" :git/sha "1645d58"}
liquidz/antq can report a new shar value with a URL but I believe the GitHub API doesnt make it easy to find the tag and sha combo.
I only have a few of these, so its not too much to simply look this info up on a GitHub release.I've often wished that antq could report the short SHA as well as the tag when it indicates git deps are outdated. If you just use a (full) SHA with no tag, it tells you the latest main branch SHA (but that doesn't help if you're relying on a PR SHA, which I often am).
I'm surprised there isn't an open issue for this...