Promote dependency management auto-remediation to Beta
What does this MR do?
Promotes the dependency_management_auto_remediation feature flag from gitlab_com_derisk to beta type, since the feature is ready to be presented to customers as a beta rather than a hidden derisk rollout.
- Move
ee/config/feature_flags/gitlab_com_derisk/dependency_management_auto_remediation.ymltoee/config/feature_flags/beta/, matchingtype: beta(type:must match the directory perFeature::Definition#validate!) - Keep
default_enabled: true, consistent with other beta flags - Update the
type:argument at thepush_frontend_feature_flagcall site invulnerability_report_controller.rbto match
Related: #595588
Edited by Oscar Tovar