-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go: Support workspaces #6012
Comments
Can you clarify the scenarios where this would be useful? I typically refrain from checking a If it's not actually checked into VCS, then Dependabot won't be able to bump it... |
We have several repositories, which contain multiple modules, were we commit In those cases dependabot should auto-discover all modules based on the |
Like the original issue mentioned, Lerna and Yarn already do this for JS. As discussed in that Go proposal @jeffwidman mentioned, the use case where |
I'm interested in this as well. Any plans to implement it? |
Actually it would be super useful to have it also running |
Is there an existing issue for this?
Feature description
Golang 1.18 introduced the support for workspaces to simplify the management of multiple modules in one repository.
Dependabot could use the
go.work
file to:Something similar is already supported in the JS world with lerna #197 and yarn.
The text was updated successfully, but these errors were encountered: