Support of Pub Workspaces #40396
Unanswered
Spiritus2424
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted Renovate
Which platform you running Renovate on?
GitLab (.com or self-hosted)
Which version of Renovate are you using?
42.76.2
Please tell us more about your question or problem
renovate/lib/modules/manager/pub/artifacts.ts
Line 34 in 2ef2a3b
With the arrival of dart 3.6, there is a new feature called pub workspaces (monorepo).
The pub workspaces centralized every
pubspec.lockin onepubspec.lockat the root of the project. So, each of our packages have apubspec.yaml, but does not have a siblingpuspec.lock.In the current situation, renovatebot does not support dart pub workspaces.
I did not find any alternative. Can you help me to find an alternative or is it possible to adapt the code to take into account the folder structure of a dart/flutter project using pub workspaces.
I can contribute if necessary.
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions