From 9c4007c6f4ad3c46a67b3148f6c1c6858d43047b Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Wed, 3 Sep 2025 16:38:45 -0700 Subject: [PATCH] chore(ci): ignore libc from renovate updates We have downgraded this in rust-lang/cargo#15851 We should also let renovate ignore it. --- .github/renovate.json5 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3f5933b4f..ea5efe130 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -8,6 +8,8 @@ ignorePaths: [ '**/tests/**', ], + // For why we ignore, see https://github.com/bytecodealliance/rustix/issues/1496 + ignoreDeps: ['libc'], customManagers: [ { customType: 'regex',