We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb221cb commit a97927cCopy full SHA for a97927c
.github/dependabot.yml
@@ -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
@@ -9,7 +9,7 @@ description = "Scuttlebutt Secret Handshake."
license = "AGPL-3.0-or-later"
keywords = [ "scuttlebutt", "handshake" ]
categories = [ "protocol" ]
-workspace = "src"
+workspace = "src/"
13
14
15
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
0 commit comments