We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b130ce commit 322c6ffCopy full SHA for 322c6ff
2 files changed
.github/dependabot.yml
@@ -6,6 +6,8 @@ updates:
6
- /.github/actions/*
7
schedule:
8
interval: weekly
9
+ day: monday
10
+ time: 06:00
11
groups:
12
github-actions-deps:
13
patterns:
@@ -14,6 +16,8 @@ updates:
14
16
directory: /
15
17
18
19
20
21
22
cargo-deps:
23
Cargo.toml
@@ -3,7 +3,7 @@ name = "shvcall"
3
description = "CLI utility to invoke remote SHV RPC calls"
4
license = "MIT"
5
repository = "https://github.com/silicon-heaven/shvcall-rs"
-version = "3.9.7"
+version = "3.9.8"
edition = "2024"
[[bin]]
0 commit comments