chore(renovate): pin tiptap below 3.23.0 (#754)

This commit is contained in:
Will Pfleger
2026-05-26 20:14:48 -04:00
committed by GitHub
parent ab71ade9e7
commit 4d77a5227f
+5
View File
@@ -29,6 +29,11 @@
"matchPackageNames": ["redis", "deadpool-redis"],
"matchManagers": ["cargo"],
"groupName": "redis"
},
{
"description": "tiptap 3.23.x breaks editor lifecycle under real relay latency — pin until upstream stabilizes.",
"matchPackageNames": ["@tiptap/{/,}**"],
"allowedVersions": "<3.23.0"
}
]
}