From e6ad0cd2f9f52d219ab319fbb1458dc67f7635a2 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Mon, 29 Jul 2024 10:38:12 -0400 Subject: [PATCH] Remove PyO3 updates from renovate (#5559) --- .github/renovate.json5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 89e42094b..1fc97b390 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -55,10 +55,13 @@ description: "Weekly update of Rust development dependencies", }, { + // We don't really use PyO3 in this project; it's pulled in as an optional feature + // of the PEP 440 and PEP 508 crates, which we vendored and forked. groupName: "pyo3", matchManagers: ["cargo"], matchPackagePatterns: ["pyo3"], description: "Weekly update of pyo3 dependencies", + enabled: false, }, ], vulnerabilityAlerts: {