From 224f91ce9cc3ad4a0147b581ca2c5254500b1850 Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Tue, 26 Mar 2024 12:53:01 -0400 Subject: [PATCH] Add constraint on rust 1.76 Renovate can't install 1.77 for some reason, and I'm not sure if it can't install *any* version, or if something is just broken with 1.77 since it's relatively new. So let's try 1.76 and see what happens. Signed-off-by: John Eckersberg --- .github/renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a2a998155..ce2eb7356 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -73,6 +73,8 @@ // Don't leave dep. update. PRs "hanging", assign them to people. // "assignees": ["containers/netavark-maintainers"], + "constraints": {"rust": "1.76"}, + /************************************************** ***** Manager-specific configuration options ***** **************************************************/