-
-
Notifications
You must be signed in to change notification settings - Fork 468
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
Management of dependencies edge cases #2737
Comments
The workflow idea sounds neat! Tho one problem would be how to figure out version bumps for repos that don't make new releases. |
You're right. |
Polling once a week seems good. We might have to also consider the fact that not all pushes will be code changes. |
Would you like to try implementing the approach we discussed ? 😄 |
I would love to! I am new to the intelowl project tho, so it might take me a while to learn the codebase and the contribution workflow. |
That's not a problem at all! I can assign this issue to you and we have no time limits. We only ask for ping once every two weeks to be sure that the issue is not being abandoned by the assignee. |
I am up for it then! |
Yeah it should be good in my opinion. I think you'll have to go through each repository to see how they release code and adapt the workflow for the requirement. |
We have some dependencies that do not follow a strict versioning scheme or have some special usage. More about them can be found in @mlodic's #2736 mostly in code comments of edited files.
Another approach would be to create some GitHub workflows that are triggered by commits or releases on mentioned repositories. These workflow can then open PRs just like dependabot.
Let us know if any ideas come up and we can discuss them in this issue 😄
The text was updated successfully, but these errors were encountered: