chore(ci): ignore libc from renovate updates

We have downgraded this in rust-lang/cargo#15851
We should also let renovate ignore it.
This commit is contained in:
Weihang Lo 2025-09-03 16:38:45 -07:00
parent 05aca0bded
commit 9c4007c6f4
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -8,6 +8,8 @@
ignorePaths: [
'**/tests/**',
],
// For why we ignore, see https://github.com/bytecodealliance/rustix/issues/1496
ignoreDeps: ['libc'],
customManagers: [
{
customType: 'regex',