From dab2ec888e5031603b57a5a84ce15abbbd44e6cc Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Thu, 2 Oct 2025 23:16:55 -0400 Subject: [PATCH] chore(ci): unpin libc --- .github/renovate.json5 | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ea5efe130..3f5933b4f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -8,8 +8,6 @@ ignorePaths: [ '**/tests/**', ], - // For why we ignore, see https://github.com/bytecodealliance/rustix/issues/1496 - ignoreDeps: ['libc'], customManagers: [ { customType: 'regex',