From e25a4fa82d3890e3437567fa8f05e8c9f360e926 Mon Sep 17 00:00:00 2001 From: "Project Mu UEFI Bot [bot]" <45776386+uefibot@users.noreply.github.com> Date: Fri, 26 May 2023 15:06:09 -0400 Subject: [PATCH] Repo File Sync: Remove dependabot from release notes (excluding submodules) (#105) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 [#5089100951](https://github.com/microsoft/mu_devops/actions/runs/5089100951) Signed-off-by: Project Mu UEFI Bot --- .github/dependabot.yml | 2 ++ .github/release-draft-config.yml | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b9df24ee..fceb88e2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -39,6 +39,7 @@ updates: prefix: "GitHub Action" labels: - "type:dependencies" + - "type:dependabot" rebase-strategy: "disabled" - package-ecosystem: "pip" @@ -52,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 e2d2e209..2ff03fca 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]'