Skip to content

Commit

Permalink
Repo File Sync: synced file(s) with microsoft/mu_devops
Browse files Browse the repository at this point in the history
Signed-off-by: Project Mu UEFI Bot <[email protected]>
  • Loading branch information
uefibot committed Sep 22, 2023
1 parent 28c14f5 commit e573265
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
#
Expand All @@ -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:
Expand Down

0 comments on commit e573265

Please sign in to comment.