From 5340588543a5a7ca87d34bd237d8df018309277f Mon Sep 17 00:00:00 2001 From: Ruoqing He Date: Thu, 14 Nov 2024 18:55:21 +0800 Subject: [PATCH] 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 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7bc0bf80..9e390571 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: