diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aa307f3..b2a8d0a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,8 @@ updates: - /.github/actions/* schedule: interval: weekly + day: monday + time: 06:00 groups: github-actions-deps: patterns: @@ -14,6 +16,8 @@ updates: directory: / schedule: interval: weekly + day: monday + time: 06:00 groups: cargo-deps: patterns: diff --git a/Cargo.lock b/Cargo.lock index be2c095..6cb8994 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1360,7 +1360,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shvcall" -version = "3.9.7" +version = "3.9.8" dependencies = [ "async-channel 2.5.0", "clap", diff --git a/Cargo.toml b/Cargo.toml index 23eb32e..f1eaadf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "shvcall" description = "CLI utility to invoke remote SHV RPC calls" license = "MIT" repository = "https://github.com/silicon-heaven/shvcall-rs" -version = "3.9.7" +version = "3.9.8" edition = "2024" [[bin]]