-
Notifications
You must be signed in to change notification settings - Fork 206
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
Watching for new releases of dependencies when not repo owner #505
Comments
The main problem with that is that as a user without permission to manage web hooks on the repo we'll have to set something up to check for dependency changes manually on a daily basis rather than instantly updating the repositories dependencies as soon as code is committed and we get a web hook response. That basically just means that there could be a window of up to ~23 hours where libraries doesn't know that you've added a dependency and so can't tell you about new versions. One way to get around that for open source projects would be to get notifications of commits via the GitHub firehose and https://github.com/librariesio/github-dispatch It's definitely do-able, mostly just need to make it clear that it might not be quite as instant as if you have permissions to manage web hooks. |
I'm not sure I follow. I use/maintain a project - say When a new version of EDIT:
|
Yep you're right, only the change of a dependency (added or removed) will be delayed, everything else will work as expected. |
Bumping for @M-Zuber 👊 |
👋 |
Moving this to the Backlog as we'd still like to implement it but can't see that happening in the near future. |
As a co-maintainer of a project (but not the repo owner)
When a dependency is out of date
I would like to receive an alert
I feel like we discussed this already but I don't remember what you said
The text was updated successfully, but these errors were encountered: