Skip to content

Commit 6467de8

Browse files
committed
chore: ignore Undici v8 major
1 parent 7ea6e1b commit 6467de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
// Babel new major versions fail in Angular, let's ignore those
2525
{
26-
packageNames: ['@babel/core', '@babel/plugin-proposal-decorators'],
26+
packageNames: ['@babel/core', '@babel/plugin-proposal-decorators', 'undici'],
2727
allowedVersions: '< 8.0.0',
2828
},
2929
// postponed few packages to next major

0 commit comments

Comments
 (0)