1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-21 09:38:01 +02:00

Tools: Exclude styled-components from Renovate updates

This commit is contained in:
Laurent Cozic 2023-09-17 08:20:35 +01:00
parent fa95f5ce4d
commit 1ad83d65ab

View File

@ -179,6 +179,11 @@
// We are too many versions behind so it needs to be manually upgraded.
"immer",
// We don't really use styled-components anymore and v6 introduces
// breaking changes. Ideally we should just update existing components
// to rscss.
"styled-components",
],
"packageRules": [
{