Skip to content

Commit

Permalink
.sync/dependabot: Add cargo ecosystem (#245)
Browse files Browse the repository at this point in the history
Allows crate dependencies to be updated by dependabot.

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
makubacki authored Sep 21, 2023
1 parent 2de9cc7 commit 56c3fcc
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .sync/dependabot/actions-pip-submodules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,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`)
# - Git Submodules (`gitsubmodule`)
# - Python PIP Modules (`pip`)
Expand All @@ -31,6 +32,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
15 changes: 15 additions & 0 deletions .sync/dependabot/actions-pip.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 56c3fcc

Please sign in to comment.