Skip to content

Commit eae51cf

Browse files
committed
chore: ignore bump major of codemirror
1 parent f01379b commit eae51cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@
1313
depTypeList: ['peerDependencies'],
1414
enabled: false,
1515
},
16+
{
17+
matchPackageNames: ['codemirror'],
18+
matchUpdateTypes: ['major'],
19+
enabled: false,
20+
},
1621
],
1722
}

0 commit comments

Comments
 (0)