Skip to content

Commit 4473861

Browse files
authored
.sync/dependabot: Ignore submodules with versioned releases (#163)
Submodules with versioned releases will now be updated with the Submodule Release Updater action so there is no need for dependabot to create duplicate PRs for non-release updates of these submodules. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 952fe01 commit 4473861

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.sync/dependabot/actions-pip-submodules.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ updates:
5252
- "type:submodules"
5353
- "type:dependencies"
5454
rebase-strategy: "disabled"
55+
ignore:
56+
- dependency-name: "MU_BASECORE"
57+
- dependency-name: "Features/DFCI"
5558

5659
- package-ecosystem: "pip"
5760
directory: "/"

0 commit comments

Comments
 (0)