-
Notifications
You must be signed in to change notification settings - Fork 370
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
Automate dependency upgrades with dependabot #644
Comments
It definitely makes a lot more sense on an org like kubernetes-clients where language-specific repos are maintained. I'm not sure if it helps a lot for our case. Our dependency list is pretty minimal, so it might become more of a hassle/noise than helpful, since our dependencies probably update way more frequently than we ship (e.g. once or twice a year based on current trends). |
One of my goals is to make us aware of available updates. But you have a good point that it will create a disproportionate amount of noise, given our infrequent releases. So what about that: we add an item to our release procedure that reminds us about bumping versions. That way we don't have the noise and still get reminded of that chore when it becomes relevant. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
I tried this out in another project and dependabot creates quite a lot of noise. For us it's probably not worth it. |
@corneliusweig: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Dependabot could automatically create PRs if some of our dependencies change. It doesn't work great with all dependencies, but it could at least alert us about new versions.
Some kubernetes subprojects seem to already use dependabot (some discussion: kubernetes/org#945).
So WDYT? Should we try it out?
The text was updated successfully, but these errors were encountered: