Automatic Dependency Updates for JBang scripts #1661
maxandersen
started this conversation in
General
Replies: 1 comment 1 reply
-
Nice! Btw, I think we need to start the matches with a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is amazing.
@helpermethod tipped me that renovate can be taught how to detect //DEPS and make PR's to update out-dated dependencies.
I enhanced his approach and you can now do:
jbang init -t renovate@jbangdev .github/renovate.json
And get automatic dependency checking on github in your jbang scripts.
Below is example for me applying this to jbang's own jbang-catalog:
How cool is that?!
Beta Was this translation helpful? Give feedback.
All reactions