From 90da51d509050966dd904cea381bfc087bdd8659 Mon Sep 17 00:00:00 2001 From: "Project Mu UEFI Bot [bot]" <45776386+uefibot@users.noreply.github.com> Date: Fri, 22 Sep 2023 10:51:32 -0400 Subject: [PATCH] Repo File Sync: Add cargo ecosystem to dependabot config (#574) 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 [#6272274573](https://github.com/microsoft/mu_devops/actions/runs/6272274573) Signed-off-by: Project Mu UEFI Bot --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 554dab385e..7492698280 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ # # This dependabot file is limited to syncing the following type of dependencies. Other files # are already available in Mu DevOps to sync other dependency types. +# - Rust Crate Dependencies (`cargo`) # - GitHub Actions (`github-actions`) # - Python PIP Modules (`pip`) # @@ -26,6 +27,20 @@ version: 2 updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + timezone: "America/Los_Angeles" + time: "03:00" + commit-message: + prefix: "Rust Dependency" + labels: + - "type:dependencies" + - "type:dependabot" + rebase-strategy: "disabled" + - package-ecosystem: "github-actions" directory: "/" schedule: