Skip to content

Commit 322c6ff

Browse files
committed
Run dependabot on schedule
1 parent 2b130ce commit 322c6ff

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ updates:
66
- /.github/actions/*
77
schedule:
88
interval: weekly
9+
day: monday
10+
time: 06:00
911
groups:
1012
github-actions-deps:
1113
patterns:
@@ -14,6 +16,8 @@ updates:
1416
directory: /
1517
schedule:
1618
interval: weekly
19+
day: monday
20+
time: 06:00
1721
groups:
1822
cargo-deps:
1923
patterns:

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.7"
6+
version = "3.9.8"
77
edition = "2024"
88

99
[[bin]]

0 commit comments

Comments
 (0)