New configuration options
Introduce new configuration options for the repository updates shedule.
- New Added
stability_delay
option. Use this option to delay the update of a package by a specific number of days after the package is released. - New Added
batching
option. Use this option to open a single pull request with all the updates for a specific period. - New Added
pr.weekly_limit
andpr.concurrent_limit
option. Use this option to limit the number of pull requests created per week and the number of pull requests created concurrently. - Improved Added
auto
option for theschedule
parameter. This allows DepsHub to choose the best update schedule for the repository. - Fixed Fixed an issue with filtering repositories on the Dashboard page.
- Fixed Fixed an issue with renaming the workspace for some users.
- Fixed Fixed an issue with scheduling multiple updates for a single repository.