From 52bc5f31f73f60787b87afc9449263f473dcfaa3 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 16 Sep 2025 08:43:13 -0500 Subject: [PATCH] Add a 45-day cooldown to reqwest upgrades To approximate N-1 --- .github/renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 1364bb1a2..3efac3a52 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -101,6 +101,12 @@ matchDepNames: ["rust"], commitMessageTopic: "Rust", }, + { + matchPackageNames: ["reqwest"], + matchManagers: ["cargo"], + minimumReleaseAge: "45 days", + description: "Delay reqwest updates to reduce regressions", + }, ], customManagers: [ // Update major GitHub actions references in documentation.