From cea4688b8a81b96f7b3a4e72977b4eaaaa9c9d0f Mon Sep 17 00:00:00 2001 From: uefibot Date: Fri, 22 Sep 2023 09:03:00 +0000 Subject: [PATCH] Repo File Sync: synced file(s) with microsoft/mu_devops 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: