Ways to check for updates to alias dependencies #1751
-
With maven projects, I like to use the So, I thought maybe I could write a script that reads the alias definitions in the catalog and generates a I'd then be able to do:
And if I commit the generated I created a catalog repo to play around with this idea: https://github.com/robin-a-meade/jbang-catalog Another idea would be to teach dependabot about the jbang "package ecosystem" so that dependabot would read |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
That's really interesting! I think @maxandersen already has something working more or less for dependabot (or was it renovate?) that can check catalog files, but right now I can't find it. |
Beta Was this translation helpful? Give feedback.
-
Dependabot unfortunately seem to have shut down for extending their support for other approaches. Renovate on the other hand can be "educated". Try run: 'jbang init -t jbangcatalog@jbanghub mycatalog' and you'll get a project with a renovate.json that will find updates in //Deps and catalog script refs. |
Beta Was this translation helpful? Give feedback.
Dependabot unfortunately seem to have shut down for extending their support for other approaches.
Renovate on the other hand can be "educated".
Try run: 'jbang init -t jbangcatalog@jbanghub mycatalog' and you'll get a project with a renovate.json that will find updates in //Deps and catalog script refs.