Skip to content

Commit bc5f9cf

Browse files
author
Rhys Koedijk
authored
Update experiments (#1479)
1 parent 6e18364 commit bc5f9cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,28 +154,28 @@ Experiments vary depending on the package ecyosystem used; They can be enabled u
154154
> 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.**
155155

156156
<details>
157-
<summary>List of known experiments from dependabot-core@0.280.0</summary>
157+
<summary>List of known experiments from dependabot-core@0.288.0</summary>
158158

159159
|Package Ecosystem|Experiment Name|Value Type|More Information|
160160
|--|--|--|--|
161-
| All | dedup_branch_names | true/false | https://github.com/dependabot/dependabot-core/pull/10519 |
162161
| All | grouped_updates_experimental_rules | true/false | https://github.com/dependabot/dependabot-core/pull/7581 |
163162
| All | grouped_security_updates_disabled | true/false | https://github.com/dependabot/dependabot-core/pull/8529 |
163+
| All | lead_security_dependency | true/false | https://github.com/dependabot/dependabot-core/pull/10727 |
164164
| All | record_ecosystem_versions | true/false | https://github.com/dependabot/dependabot-core/pull/7517 |
165+
| All | enable_record_ecosystem_meta | true/false | https://github.com/dependabot/dependabot-core/pull/10905 |
165166
| All | record_update_job_unknown_error | true/false | https://github.com/dependabot/dependabot-core/pull/8144 |
166167
| All | dependency_change_validation | true/false | https://github.com/dependabot/dependabot-core/pull/9888 |
167168
| All | add_deprecation_warn_to_pr_message | true/false | https://github.com/dependabot/dependabot-core/pull/10421 |
168169
| All | threaded_metadata | true/false | https://github.com/dependabot/dependabot-core/pull/9485 |
169-
| Bundler | bundler_v1_unsupported_error | true/false | https://github.com/dependabot/dependabot-core/pull/10601 |
170-
| Composer | composer_v1_deprecation_warning | true/false | https://github.com/dependabot/dependabot-core/pull/10716 |
171-
| Composer | composer_v1_unsupported_error | true/false | https://github.com/dependabot/dependabot-core/pull/10716 |
172170
| Go | tidy | true/false | |
173171
| Go | vendor | true/false | |
174172
| Go | goprivate | string | |
175173
| NPM | npm_fallback_version_above_v6 | true/false | https://github.com/dependabot/dependabot-core/pull/10757 |
174+
| NPM | enable_corepack_for_npm_and_yarn | true/false | https://github.com/dependabot/dependabot-core/pull/10985 |
176175
| NuGet | nuget_native_analysis | true/false | https://github.com/dependabot/dependabot-core/pull/10025 |
177176
| NuGet | nuget_native_updater | true/false | https://github.com/dependabot/dependabot-core/pull/10521 |
178177
| NuGet | nuget_legacy_dependency_solver | true/false | https://github.com/dependabot/dependabot-core/pull/10671 |
178+
| NuGet | nuget_use_direct_discovery | true/false | https://github.com/dependabot/dependabot-core/pull/10597 |
179179

180180
> 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).
181181

0 commit comments

Comments
 (0)