From 5f09e800a1b13ef3fabc4217550a07936515802d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 08:34:03 +0000 Subject: [PATCH 1/3] chore(deps): bump uuid from 1.26.0 to 1.26.1 in /cli Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.26.0 to 1.26.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.26.0...v1.26.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cli/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index a566e80d..369a4f3c 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -3004,9 +3004,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.26.0" +version = "1.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5772d71c9be8a8a6ac2117d949c5b224c1b72241bb611d9a3012edcf8af7812" +checksum = "2ef6dac1e96601b4fb3acccccff2139741fcb757cb9a36089bf5be91cfb285ce" dependencies = [ "js-sys", "serde_core", From cec57fd6fa7f877dcfdbb01c3263dcf696da20e1 Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Mon, 14 Sep 2026 14:22:17 +0530 Subject: [PATCH 2/3] chore: reduce dependeabot update frequence to monthly --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fd17fb00..083929f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" target-branch: "master" - package-ecosystem: "cargo" directory: "/cli/" schedule: - interval: "weekly" + interval: "monthly" target-branch: "master" From db094b4fcdf0b86e0e26ad9643158b4fc3bc7c6c Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Mon, 14 Sep 2026 14:25:20 +0530 Subject: [PATCH 3/3] chore: remove dependabot to avoid automatic dependency version bumps --- .github/dependabot.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 083929f0..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,12 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "monthly" - target-branch: "master" - - package-ecosystem: "cargo" - directory: "/cli/" - schedule: - interval: "monthly" - target-branch: "master"