Skip to content

Commit a97927c

Browse files
committed
Dependabot dependency control
1 parent eb221cb commit a97927c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for Cargo
4+
- package-ecosystem: "cargo"
5+
# Files stored in repository root
6+
directory: "/"
7+
schedule:
8+
interval: "daily"
9+
labels:
10+
- "cargo"
11+
- "dependencies"
12+
open-pull-requests-limit: 5

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Scuttlebutt Secret Handshake."
99
license = "AGPL-3.0-or-later"
1010
keywords = [ "scuttlebutt", "handshake" ]
1111
categories = [ "protocol" ]
12-
workspace = "src"
12+
workspace = "src/"
1313

1414

1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)