From f80b103919f78654faca537c4e63a91bde9352f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kubern=C3=A1t?= Date: Fri, 26 Dec 2025 08:55:19 +0100 Subject: [PATCH] Run dependabot on schedule --- .github/dependabot.yml | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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]]