From e7f48889e7e99584742cf2e778b20915e7288629 Mon Sep 17 00:00:00 2001 From: "Dongjia \"toka\" Zhang" Date: Tue, 19 Nov 2024 18:45:20 +0100 Subject: [PATCH] Ignore pyo3 update (#2709) --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 03bf8a3ae0..d5f385b01f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,6 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "daily" + ignore: + - dependency-name: "pyo3"