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.