Skip to content

Commit 251126e

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/renovate.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
ignorePaths: [
99
'**/tests/**',
1010
],
11+
ignoreDeps: ['libc'],
1112
customManagers: [
1213
{
1314
customType: 'regex',

0 commit comments

Comments
 (0)