Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for JBang #9406

Open
1 task done
koppor opened this issue Apr 2, 2024 · 3 comments
Open
1 task done

Add support for JBang #9406

koppor opened this issue Apr 2, 2024 · 3 comments
Labels
T: feature-request Requests for new features

Comments

@koppor
Copy link

koppor commented Apr 2, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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.

@koppor koppor added the T: feature-request Requests for new features label Apr 2, 2024
@yeikel
Copy link
Contributor

yeikel commented Apr 2, 2024

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

@koppor
Copy link
Author

koppor commented Apr 2, 2024

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.😅

@manusa
Copy link

manusa commented Feb 1, 2025

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
T: feature-request Requests for new features
Projects
Status: No status
Development

No branches or pull requests

3 participants