From 6b57bb0c074c18cca1755e995d972c339e6d9207 Mon Sep 17 00:00:00 2001 From: Kanwalpreet Dhindsa Date: Tue, 13 Aug 2024 22:56:45 -0700 Subject: [PATCH 1/2] add dependabot.yml for version updates --- .github/dependabot.yml | 43 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..767440a866 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,43 @@ +version: 2 +updates: + - package-ecosystem: "cargo" + directories: + - "/" + - "/src/rust" + schedule: + interval: "weekly" + day: "sunday" + time: "02:00" + open-pull-requests-limit: 2 + groups: + cargo-minor-and-patch: + applies-to: version-updates + update-types: + - "patch" + - "minor" + cargo-major: + applies-to: version-updates + update-types: + - "major" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + time: "02:00" + open-pull-requests-limit: 2 + groups: + all-actions: + applies-to: version-updates + patterns: [ "*" ] + - package-ecosystem: "docker" + directory: "/docker" + schedule: + interval: "weekly" + day: "sunday" + time: "02:00" + open-pull-requests-limit: 2 + groups: + all-docker: + applies-to: version-updates + patterns: [ "*" ] \ No newline at end of file From 4a4d20cfb311ff7dfb735755d59c8d576b8e7a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 06:56:34 +0000 Subject: [PATCH 2/2] Bump curve25519-dalek in the cargo group across 1 directory Bumps the cargo group with 1 update in the / directory: [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek). Updates `curve25519-dalek` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Commits](https://github.com/dalek-cryptography/curve25519-dalek/compare/curve25519-4.1.1...curve25519-4.1.2) --- updated-dependencies: - dependency-name: curve25519-dalek dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d8c975640..d1c2e2ad8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,9 +139,9 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "4.1.1" +version = "4.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c" +checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348" dependencies = [ "cfg-if", "cpufeatures",