Skip to content

Commit

Permalink
.sync/dependabot: Ignore additional submodules with versioned releases (
Browse files Browse the repository at this point in the history
#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 <[email protected]>
  • Loading branch information
makubacki authored Jun 30, 2023
1 parent ea6d2e6 commit 456f06b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .sync/dependabot/actions-pip-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
# Dependabot configuration file to enable GitHub services for managing and updating
# dependencies.
#
# This dependabot configuration expects submodules to be placed in specific directory paths
# relative to the root of the repo. These are also the paths generally recommended to place
# these submodules for consistency across Project Mu projects.
#
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
# instead of the file in this repo.
#
Expand Down Expand Up @@ -55,10 +59,18 @@ updates:
- "type:dependencies"
rebase-strategy: "disabled"
ignore:
- dependency-name: "MU_BASECORE"
- dependency-name: "Common/MIN_PLAT"
- dependency-name: "Common/MU_BASECORE"
- dependency-name: "Common/MU_OEM_SAMPLE"
- dependency-name: "Common/MU_TIANO"
- dependency-name: "Common/MU"
- dependency-name: "Features/CONFIG"
- dependency-name: "Features/DFCI"
- dependency-name: "Features/IPMI"
- dependency-name: "Features/MM_SUPV"
- dependency-name: "MU_BASECORE"
- dependency-name: "Silicon/Arm/MU_TIANO"
- dependency-name: "Silicon/Intel/MU_TIANO"

- package-ecosystem: "pip"
directory: "/"
Expand Down

0 comments on commit 456f06b

Please sign in to comment.