Mod Note: Do not do this.
Digging into pacman tips and tricks I found something that might be useful. I was looking for a way to ignore frameworks updating as a group. You can use the pacman -Qi package name command for that.
In my case I picked baloo as it is in frameworks.
pacman -Qi baloo yields a lot of info. Important to me is the group it is in. KDE puts frameworks in the kf6 group.
So, I added an ignore group command:
IgnoreGroup = kf6
to pacman.conf