mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
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:
parent
05aca0bded
commit
9c4007c6f4
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@ -8,6 +8,8 @@
|
||||
ignorePaths: [
|
||||
'**/tests/**',
|
||||
],
|
||||
// For why we ignore, see https://github.com/bytecodealliance/rustix/issues/1496
|
||||
ignoreDeps: ['libc'],
|
||||
customManagers: [
|
||||
{
|
||||
customType: 'regex',
|
||||
|
Loading…
x
Reference in New Issue
Block a user