Compare commits
3 Commits
f7710b64c9
...
renovate/t
| Author | SHA1 | Date | |
|---|---|---|---|
| 86cb437294 | |||
| 80012fec64 | |||
| 8e92a63895 |
@@ -12,6 +12,6 @@ tokio = { version = "1.48", features = ["rt-multi-thread", "macros", "net", "syn
|
|||||||
tokio-tungstenite = "0.23"
|
tokio-tungstenite = "0.23"
|
||||||
futures-util = "0.3"
|
futures-util = "0.3"
|
||||||
ctrlc = "3"
|
ctrlc = "3"
|
||||||
tokio-rustls = "0.25"
|
tokio-rustls = "0.26"
|
||||||
rustls-pemfile = "2"
|
rustls-pemfile = "2"
|
||||||
libsystemd = "0.7"
|
libsystemd = "0.7"
|
||||||
|
|||||||
6
renovate.json
Normal file
6
renovate.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user