From 517fff8fc2efd0d06be84dd99fe302b15d1e1cc9 Mon Sep 17 00:00:00 2001 From: uefibot Date: Fri, 26 May 2023 09:03:21 +0000 Subject: [PATCH] Repo File Sync: synced file(s) with microsoft/mu_devops Signed-off-by: Project Mu UEFI Bot --- .github/ISSUE_TEMPLATE/config.yml | 1 - .github/dependabot.yml | 3 +++ .github/release-draft-config.yml | 3 +-- .github/workflows/release-draft.yml | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index eeaed9d606..12ad7f8200 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -14,4 +14,3 @@ contact_links: - name: 📃 Project Mu Documentation url: https://microsoft.github.io/mu/ about: Goals, principles, repo layout, build instructions, and more. - diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2cdf03295a..fceb88e217 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,6 +24,7 @@ ## version: 2 + updates: - package-ecosystem: "github-actions" directory: "/" @@ -38,6 +39,7 @@ updates: prefix: "GitHub Action" labels: - "type:dependencies" + - "type:dependabot" rebase-strategy: "disabled" - package-ecosystem: "pip" @@ -51,4 +53,5 @@ updates: labels: - "language:python" - "type:dependencies" + - "type:dependabot" rebase-strategy: "disabled" diff --git a/.github/release-draft-config.yml b/.github/release-draft-config.yml index e2d2e20985..2ff03fca64 100644 --- a/.github/release-draft-config.yml +++ b/.github/release-draft-config.yml @@ -88,11 +88,10 @@ version-resolver: default: patch exclude-labels: + - 'type:dependabot' - 'type:file-sync' - 'type:notes' - 'type:question' exclude-contributors: - 'uefibot' - - 'dependabot' - - 'dependabot[bot]' diff --git a/.github/workflows/release-draft.yml b/.github/workflows/release-draft.yml index 3fead424f4..dac9a2697b 100644 --- a/.github/workflows/release-draft.yml +++ b/.github/workflows/release-draft.yml @@ -23,7 +23,7 @@ name: Update Release Draft on: push: branches: - - release/202208 + - release/202302 jobs: draft: