rust-vmm / vhost-device

'vhost-user' device backends workspace
Apache License 2.0
68 stars 48 forks source link

dependabot: Group updates to reduce noise #774

Closed TimePrinciple closed 5 days ago

TimePrinciple commented 1 week ago

Summary of the PR

We have missused exclude-patterns and applies-to in previous setup, they are documented in [1]:

Options in groups section is a matter of grouping strategy of these detected udpates.

All in all, to effectively "group" these updates, we need to use allow and ignore to specify update "candidates" for dependabot, if the "candidates" were duplicated in the first place, no matter the grouping strategy, the PRs raised are bound to be overlaped/duplicated.

[1] https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups

Requirements

Before submitting your PR, please make sure you addressed the following requirements: