You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JBang is a nice approach to write scripts using Java. Depdencies are done in .java files using sepcial comments:
//DEPS info.picocli:picocli:4.7.5
I searched the documentation and the code of dependabot-core. There seems to be no support for JBang. However, also scripts should have recent dependencies. Thus, I am aksing for support.
The text was updated successfully, but these errors were encountered:
Is there any central file where dependencies are stored? From what I can tell, we would need to scan and update an indefinite number of files to support this
Is there any central file where dependencies are stored? From what I can tell, we would to scan and update an indefinite number of files to support this
For a 95% coverage, only *.java and *.jsh files in the configured directory would have to be scanned. No need to crawl through sub directories.😅
Is there an existing issue for this?
Feature description
JBang is a nice approach to write scripts using Java. Depdencies are done in .java files using sepcial comments:
//DEPS info.picocli:picocli:4.7.5
I searched the documentation and the code of dependabot-core. There seems to be no support for JBang. However, also scripts should have recent dependencies. Thus, I am aksing for support.
The text was updated successfully, but these errors were encountered: