Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

experiments.ts: disable 'enable-record-ecosystem-meta' #1537

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion extension/tasks/dependabotV2/utils/dependabot/experiments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,9 @@ export const DEFAULT_EXPERIMENTS: Record<string, string | boolean> = {
'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,
};
Loading