Skip to content

Commit 9c4007c

Browse files
committed
chore(ci): ignore libc from renovate updates
We have downgraded this in #15851 We should also let renovate ignore it.
1 parent 05aca0b commit 9c4007c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/renovate.json5

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
ignorePaths: [
99
'**/tests/**',
1010
],
11+
// For why we ignore, see https://github.com/bytecodealliance/rustix/issues/1496
12+
ignoreDeps: ['libc'],
1113
customManagers: [
1214
{
1315
customType: 'regex',

0 commit comments

Comments
 (0)