Skip to content

Commit cd2668a

Browse files
Repo File Sync: Group Dependabot Prs and update to create-github-app-token@v3 (#543)
synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml) to see how files are synced. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#23170828584](https://github.com/microsoft/mu_devops/actions/runs/23170828584) Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com> Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
1 parent 309e7b5 commit cd2668a

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ updates:
5252
# Ignore dependencies that are synced from mu_devops
5353
- dependency-name: "microsoft/mu_devops*"
5454
- dependency-name: "github/codeql-action*"
55+
groups:
56+
all-actions-dependencies:
57+
patterns:
58+
- "*"
5559
commit-message:
5660
prefix: "GitHub Action"
5761
labels:
@@ -66,6 +70,10 @@ updates:
6670
day: "wednesday"
6771
timezone: "America/Los_Angeles"
6872
time: "01:00"
73+
groups:
74+
all-pip-dependencies:
75+
patterns:
76+
- "*"
6977
commit-message:
7078
prefix: "pip"
7179
labels:

.github/workflows/pull-request-formatting-validator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- name: Generate Token
2929
id: app-token
30-
uses: actions/create-github-app-token@v2
30+
uses: actions/create-github-app-token@v3
3131
with:
3232
app-id: ${{ vars.MU_ACCESS_APP_ID }}
3333
private-key: ${{ secrets.MU_ACCESS_APP_PRIVATE_KEY }}

.github/workflows/scheduled-maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- name: Generate Token
3030
id: app-token
31-
uses: actions/create-github-app-token@v2
31+
uses: actions/create-github-app-token@v3
3232
with:
3333
app-id: ${{ vars.MU_ACCESS_APP_ID }}
3434
private-key: ${{ secrets.MU_ACCESS_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)