This is an automated email from the ASF dual-hosted git repository. erickguan pushed a commit to branch remove-rand-dependabot in repository https://gitbox.apache.org/repos/asf/opendal.git
commit 7469c63f5bdff540d290d4c15815a4e2192eea85 Author: Erick Guan <297343+erickg...@users.noreply.github.com> AuthorDate: Sun Jul 13 18:33:44 2025 +0200 chore(dependabot): exclude rand and getrandom crates --- .github/dependabot.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 20b9a3f7d..31f9601bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -52,8 +52,6 @@ updates: - "base64" - "bytes" - "chrono" - - "rand" - - "getrandom" - "http*" - "percent-encoding" - "prometheus*" @@ -84,6 +82,9 @@ updates: others: patterns: - "*" + exclude-patterns: + - "rand" + - "getrandom" - package-ecosystem: "cargo" directory: "/bin/oay"