diff --git a/extension/tasks/dependabotV2/utils/dependabot/experiments.ts b/extension/tasks/dependabotV2/utils/dependabot/experiments.ts index c99987a5..4066d887 100644 --- a/extension/tasks/dependabotV2/utils/dependabot/experiments.ts +++ b/extension/tasks/dependabotV2/utils/dependabot/experiments.ts @@ -11,5 +11,9 @@ export const DEFAULT_EXPERIMENTS: Record = { 'nuget-use-direct-discovery': true, 'enable-file-parser-python-local': true, 'lead-security-dependency': true, - 'enable-record-ecosystem-meta': true, + // NOTE: 'enable-record-ecosystem-meta' is not currently implemented in Dependabot-CLI. + // This experiment is primarily for GitHub analytics and doesn't add much value in the DevOps implementation. + // See: https://github.com/dependabot/dependabot-core/pull/10905 + // TODO: Revsit this if/when Dependabot-CLI supports it. + //'enable-record-ecosystem-meta': true, };