chore(renovate): mark premium features of ckeditor as group

This commit is contained in:
Elian Doran 2025-06-26 11:45:31 +03:00
parent ddad800771
commit 537c282156
No known key found for this signature in database

View File

@ -26,6 +26,14 @@
{
"matchPackageNames": "**-config-ckeditor5",
"groupName": "ckeditor5 config packages"
},
{
"matchPackageNames": [
"@ckeditor/**",
"ckeditor5",
"ckeditor5-premium-features"
],
"groupName": "ckeditor monorepo"
}
]
}