Open hendrikhalkow opened 4 years ago
I just found that Renovate support Github tags/releases as a source (and many other datasources) + has a very universal regex manager which can be used to handle custom file formats. I'm using it in my versions file + configuration. I hope this can help you.
👋 This issue has been marked as stale because it has been open for 2 years with no activity. You can comment on the issue to hold stalebot off for a while, or do nothing. If you do nothing, this issue will be closed eventually by the stalebot. Please see CONTRIBUTING.md for more policy details.
Not stale
In my build script, I'd like to reference a GitHub repository. This reference should be kept up to date by Dependabot. This would allow using Dependabot in a very generic way. I came across this requirement when I created a build script for an OCI image with Node.js. Whenever a new Node.js version is released, I'd like to release an updated version of my image. A solution could look like this:
Dependabot defines a generic reference format, e.g. a file called
dependencies.json
:Dependabot can keep this file easily up to date with the latest semantic version while it can also easily be used in a shell script via jq.