From ad0f69535267479a2696acd367973e82e77c0442 Mon Sep 17 00:00:00 2001 From: Ruoqing He Date: Tue, 23 Sep 2025 01:36:16 +0000 Subject: [PATCH] ci: Make package-ecosystem combination unique "Update configs must have a unique combination of 'package-ecosystem', 'directory', and 'target-branch'. Ecosystem 'cargo' has overlapping directories for target branch 'main'." Drop `target-branch` in rust-vmm group to make those two unique. Signed-off-by: Ruoqing He --- .github/dependabot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d2c0917e1..2c6136600 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,7 +28,6 @@ updates: rust-vmm: patterns: - "*" - target-branch: main - package-ecosystem: cargo directories: - "/"