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.yml to ee/config/feature_flags/beta/, matching type: beta (type: must match the directory per Feature::Definition#validate!)
  • Keep default_enabled: true, consistent with other beta flags
  • Update the type: argument at the push_frontend_feature_flag call site in vulnerability_report_controller.rb to match

Related: #595588

Edited by Oscar Tovar

Merge request reports

Loading