vhost/.github/dependabot.yml
Erik Schilling 515b8e94f4 dependabot: enable update grouping
This was tested on vhost-device successfully [1]. Lets enable it here!

[1] 072fadaaba

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-11-14 15:04:11 +01:00

18 lines
336 B
YAML

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