Skip to content
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

feedback #139

Open
JustFly1984 opened this issue Aug 6, 2020 · 0 comments
Open

feedback #139

JustFly1984 opened this issue Aug 6, 2020 · 0 comments

Comments

@JustFly1984
Copy link

Tracking all dependencies updates is really nice, but updating packages like that(even patch or minor) is NOT SAFE at all, due to human nature of open source packages publishing. Without testing package updates will lead to long debug sessions.
Currently we have github actions setup to run tests on PR and deploy stages, and dependabot creates PR for each dependency update.

Would be great to offload testing dependencies updates outside of github actions though, cos running multiple actions in parallel slows down each action pretty significantly.
Separate from github dashboard is also not very useful, as it requires context change. It could be nice to have ability to create PR based on selected packages to update, and have tests running for this specific PR, cos currently dependabot creates PR for every dependency in the project, and it would be nice to get notifications from your service about new versions. Would be great to have some kind of issue in github with all the list of outdated dependencies, or your dashboard integrated to github.

PS: A lot of developers just can't allow your app access to make changes due to security risks and NDA. including me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant