vhost-device/.github/dependabot.yml
Erik Schilling 072fadaaba dependabot: enable update grouping
This should group updates into a single PR. Hopefully, that simplfies
updates.

Updates that do _actually_ require code changes, will need a separate PR
anyway, after which dependabot can be asked to rebase/recreate.

Suggested-by: Patrick Roy <roypat@amazon.co.uk>
Suggested-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
2023-10-06 12:58:11 +05:30

19 lines
343 B
YAML

version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: weekly
allow:
- dependency-type: direct
- dependency-type: indirect
groups:
vhost-device:
patterns:
- "*"
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10