mirror of https://github.com/astral-sh/uv
Add a 45-day cooldown to reqwest upgrades
To approximate N-1
This commit is contained in:
parent
fb71b079d5
commit
52bc5f31f7
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue