From eb24f97b6c1988e228a7ba56133dedee9ef9c5f0 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Fri, 20 Sep 2024 17:05:42 -0400 Subject: [PATCH] .sync/dependabot: Add Features/DEBUGGER to ignore list (#369) Let the submodule-release-updater GitHub action handle updates based on versioned GitHub releases. Signed-off-by: Michael Kubacki --- .sync/dependabot/actions-pip-submodules.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.sync/dependabot/actions-pip-submodules.yml b/.sync/dependabot/actions-pip-submodules.yml index fd67bbfe..5b813dbc 100644 --- a/.sync/dependabot/actions-pip-submodules.yml +++ b/.sync/dependabot/actions-pip-submodules.yml @@ -80,6 +80,7 @@ updates: - dependency-name: "Common/MU_TIANO" - dependency-name: "Common/MU" - dependency-name: "Features/CONFIG" + - dependency-name: "Features/DEBUGGER" - dependency-name: "Features/DFCI" - dependency-name: "Features/IPMI" - dependency-name: "Features/MM_SUPV"