Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 17c031b

Browse files
authored
Enable dependabot for Rust dependencies (#14132)
1 parent e580f03 commit 17c031b

File tree

3 files changed

+34
-28
lines changed

3 files changed

+34
-28
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@ updates:
1515
directory: "/"
1616
schedule:
1717
interval: "weekly"
18+
19+
- package-ecosystem: "cargo"
20+
directory: "/"
21+
schedule:
22+
interval: "weekly"

Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.d/14132.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Enable dependabot for Rust dependencies.

0 commit comments

Comments
 (0)