Feature request: per-package update schedule #1865
Labels
F: noise
related to Dependabot being noisy, or initiatives to make Dependabot quieter
T: feature-request
Requests for new features
First - thank you for dependabot! It's been fantastic! I know you're hard at work integrating into GitHub... I'm excited to see what that means!
Something we've noticed is that it isn't possible to have different update frequencies for different packages in the same package manager.
Motivation
The C# AWSDK packages update themselves multiple times per day, and are quite granular. It's not uncommon for us to have 10+ of these packages used in a repo. The volume of pull requests that this creates is really annoying.
We'd be happy receiving automatic updates for these packages less frequently. We'd also like to batch them (a feature that's been requested here, here, and here.) If that feature existed I think we'd still appreciate finer-grained control over update schedules, though.
An attempted workaround
Consider this config which attempts to do that with multiple
update_configs
:The validator gives this error:
This makes some sense; although these
update_config
s appear to be mutually exclusive in general that wouldn't be true, and that's weird.The text was updated successfully, but these errors were encountered: