Skip to content

Commit 456f06b

Browse files
authored
.sync/dependabot: Ignore additional submodules with versioned releases (#209)
Adds more Project Mu repos to the dependabot submodule ignore list that have transitioned to versioned releases. These will automatically be picked up by the Submoodule Release Updater action which tracks release information. Dependabot only looks at raw commit diffs instead of release points. Added a note to the beginning of the file that this dependabot configuration expects submodules at these paths relative to the workspace to ignore them properly. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent ea6d2e6 commit 456f06b

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
# Dependabot configuration file to enable GitHub services for managing and updating
33
# dependencies.
44
#
5+
# This dependabot configuration expects submodules to be placed in specific directory paths
6+
# relative to the root of the repo. These are also the paths generally recommended to place
7+
# these submodules for consistency across Project Mu projects.
8+
#
59
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
610
# instead of the file in this repo.
711
#
@@ -55,10 +59,18 @@ updates:
5559
- "type:dependencies"
5660
rebase-strategy: "disabled"
5761
ignore:
58-
- dependency-name: "MU_BASECORE"
62+
- dependency-name: "Common/MIN_PLAT"
63+
- dependency-name: "Common/MU_BASECORE"
64+
- dependency-name: "Common/MU_OEM_SAMPLE"
65+
- dependency-name: "Common/MU_TIANO"
66+
- dependency-name: "Common/MU"
5967
- dependency-name: "Features/CONFIG"
6068
- dependency-name: "Features/DFCI"
69+
- dependency-name: "Features/IPMI"
6170
- dependency-name: "Features/MM_SUPV"
71+
- dependency-name: "MU_BASECORE"
72+
- dependency-name: "Silicon/Arm/MU_TIANO"
73+
- dependency-name: "Silicon/Intel/MU_TIANO"
6274

6375
- package-ecosystem: "pip"
6476
directory: "/"

0 commit comments

Comments
 (0)