We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05aca0b commit 9c4007cCopy full SHA for 9c4007c
.github/renovate.json5
@@ -8,6 +8,8 @@
8
ignorePaths: [
9
'**/tests/**',
10
],
11
+ // For why we ignore, see https://github.com/bytecodealliance/rustix/issues/1496
12
+ ignoreDeps: ['libc'],
13
customManagers: [
14
{
15
customType: 'regex',
0 commit comments