Skip to content

Commit 1682c61

Browse files
authored
Configure dependabot to ignore CodeQL action updates (#503)
The CodeQL action is exclusively used in workflows synced from mu_devops. Prevent dependabot from creating PRs for it in individual repos. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent c2f70c5 commit 1682c61

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ updates:
5454
timezone: "America/Los_Angeles"
5555
time: "06:00"
5656
ignore:
57+
# Ignore dependencies that are synced from mu_devops
5758
- dependency-name: "microsoft/mu_devops"
59+
- dependency-name: "github/codeql-action"
5860
commit-message:
5961
prefix: "GitHub Action"
6062
labels:

.sync/dependabot/actions-pip.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ updates:
4949
timezone: "America/Los_Angeles"
5050
time: "06:00"
5151
ignore:
52+
# Ignore dependencies that are synced from mu_devops
5253
- dependency-name: "microsoft/mu_devops"
54+
- dependency-name: "github/codeql-action"
5355
commit-message:
5456
prefix: "GitHub Action"
5557
labels:

0 commit comments

Comments
 (0)