From 38af0f91ddd1cf03efdc0163558da2ee3a59a732 Mon Sep 17 00:00:00 2001 From: Rhys Koedijk Date: Fri, 22 Nov 2024 22:36:43 +1300 Subject: [PATCH] Update experiments --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 16b8bd59..962b2d68 100644 --- a/README.md +++ b/README.md @@ -154,28 +154,28 @@ Experiments vary depending on the package ecyosystem used; They can be enabled u > Dependabot experinment names are not [publicly] documented. For convenience, some known experiments are listed below; However, **be aware that this may be out-of-date at the time of reading.**
-List of known experiments from dependabot-core@0.280.0 +List of known experiments from dependabot-core@0.288.0 |Package Ecosystem|Experiment Name|Value Type|More Information| |--|--|--|--| -| All | dedup_branch_names | true/false | https://github.com/dependabot/dependabot-core/pull/10519 | | All | grouped_updates_experimental_rules | true/false | https://github.com/dependabot/dependabot-core/pull/7581 | | All | grouped_security_updates_disabled | true/false | https://github.com/dependabot/dependabot-core/pull/8529 | +| All | lead_security_dependency | true/false | https://github.com/dependabot/dependabot-core/pull/10727 | | All | record_ecosystem_versions | true/false | https://github.com/dependabot/dependabot-core/pull/7517 | +| All | enable_record_ecosystem_meta | true/false | https://github.com/dependabot/dependabot-core/pull/10905 | | All | record_update_job_unknown_error | true/false | https://github.com/dependabot/dependabot-core/pull/8144 | | All | dependency_change_validation | true/false | https://github.com/dependabot/dependabot-core/pull/9888 | | All | add_deprecation_warn_to_pr_message | true/false | https://github.com/dependabot/dependabot-core/pull/10421 | | All | threaded_metadata | true/false | https://github.com/dependabot/dependabot-core/pull/9485 | -| Bundler | bundler_v1_unsupported_error | true/false | https://github.com/dependabot/dependabot-core/pull/10601 | -| Composer | composer_v1_deprecation_warning | true/false | https://github.com/dependabot/dependabot-core/pull/10716 | -| Composer | composer_v1_unsupported_error | true/false | https://github.com/dependabot/dependabot-core/pull/10716 | | Go | tidy | true/false | | | Go | vendor | true/false | | | Go | goprivate | string | | | NPM | npm_fallback_version_above_v6 | true/false | https://github.com/dependabot/dependabot-core/pull/10757 | +| NPM | enable_corepack_for_npm_and_yarn | true/false | https://github.com/dependabot/dependabot-core/pull/10985 | | NuGet | nuget_native_analysis | true/false | https://github.com/dependabot/dependabot-core/pull/10025 | | NuGet | nuget_native_updater | true/false | https://github.com/dependabot/dependabot-core/pull/10521 | | NuGet | nuget_legacy_dependency_solver | true/false | https://github.com/dependabot/dependabot-core/pull/10671 | +| NuGet | nuget_use_direct_discovery | true/false | https://github.com/dependabot/dependabot-core/pull/10597 | > To find the latest list of Dependabot experiments, search the `dependabot-core` GitHub repository using queries like ["enabled?(x)"](https://github.com/search?q=repo%3Adependabot%2Fdependabot-core+%2Fenabled%5CW%5C%28.*%5C%29%2F&type=code) and ["options.fetch(x)"](https://github.com/search?q=repo%3Adependabot%2Fdependabot-core+%2Foptions%5C.fetch%5C%28.*%2C%2F&type=code).