mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2026-01-02 22:52:15 +00:00
ci: Allow different configs for the same directory
Currently `dependabot` does not allow different configurations for the same directories. This workaround [1] provides a way to bypass this restriction. [1] https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219 Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
parent
ad30537ab0
commit
5340588543
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -44,6 +44,10 @@ updates:
|
||||
vhost-device:
|
||||
patterns:
|
||||
- "*"
|
||||
# Makes it possible to have another config for the same directory.
|
||||
# https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219
|
||||
target-branch: main
|
||||
|
||||
- package-ecosystem: gitsubmodule
|
||||
directory: "/"
|
||||
schedule:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user