pyupio / pyup

A tool to update your project's dependencies on GitHub. Runs on pyup.io, comes with a command line interface.
https://pyup.io
MIT License
454 stars 67 forks source link

Allow scheduling updates for specific dependencies #315

Open bhearsum opened 6 years ago

bhearsum commented 6 years ago

Generally, I prefer to receive a PR for every update, and as soon as possible. This makes it easier to stay up-to-date, and to hold back specific upgrades that can't be merged. Pyup works great for this, but it becomes painful and spammy when you depend on a package that follows a continuous deployment model, and releases multiple times a day.

For these cases, it would be helpful to be able to schedule that specific package to upgrade on a certain day, or to limit it from being updated more than once per X (eg: day).