Skip to content

Commit ffff57e

Browse files
committed
Fix dependabot schedule
1 parent 7469a89 commit ffff57e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ updates:
77
schedule:
88
interval: weekly
99
day: monday
10-
time: 06:00
10+
time: "06:00"
1111
groups:
1212
github-actions-deps:
1313
patterns:
@@ -17,7 +17,7 @@ updates:
1717
schedule:
1818
interval: weekly
1919
day: monday
20-
time: 06:00
20+
time: "06:00"
2121
groups:
2222
cargo-deps:
2323
patterns:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "shvcall"
33
description = "CLI utility to invoke remote SHV RPC calls"
44
license = "MIT"
55
repository = "https://github.com/silicon-heaven/shvcall-rs"
6-
version = "3.9.8"
6+
version = "3.9.9"
77
edition = "2024"
88

99
[[bin]]

0 commit comments

Comments
 (0)