Skip to content

Commit

Permalink
Update extension/tasks/dependabotV2/utils/dependabot/experiments.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Rhys Koedijk <[email protected]>
  • Loading branch information
niklas-holzwarth-bos-ag and Rhys Koedijk authored Jan 20, 2025
1 parent aa66079 commit 467ca38
Showing 1 changed file with 5 additions and 1 deletion.
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': false, // this experiment currently does not work, and will produce timeouts
// 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,
};

0 comments on commit 467ca38

Please sign in to comment.