For example pnpm already has it's own cooldown settings called minimumReleaseAge.
Would be nice if ncu could copy those from the package manager's settings if defined, in case of pnpm from pnpm-workspace.yaml:
minimumReleaseAge: 1440
minimumReleaseAgeExclude:
- '@oxc-project/*'
- '@oxfmt/*'
- '@oxlint/*'
Thanks