You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following ecosystems are maintained by their upstream community maintainers. {% data variables.product.github %} integrates {% data variables.product.prodname_dependabot %} with these ecosystems but does not maintain them directly.
@@ -165,12 +171,6 @@ pnpm is supported for {% data variables.product.prodname_dependabot_version_upda
165
171
166
172
The PEP 621 `project` section isn't currently supported for `poetry`.
167
173
168
-
#### pub
169
-
170
-
{% data variables.product.prodname_dependabot %} won't perform an update for `pub` when the version that it tries to update to is ignored, even if an earlier version is available.
171
-
172
-
You can use {% data variables.product.prodname_dependabot %} to keep Dart dependencies up-to-date if you use private hosted pub repositories. For information about allowing {% data variables.product.prodname_dependabot %} to access private {% data variables.product.prodname_dotcom %} dependencies, see [Allowing {% data variables.product.prodname_dependabot %} to access private dependencies](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization#allowing-dependabot-to-access-private{% ifversion ghec or ghes %}-or-internal{% endif %}-dependencies).
173
-
174
174
{% ifversion dependabot-rust-toolchain-support %}
175
175
176
176
#### Rust toolchain
@@ -206,3 +206,37 @@ vcpkg support includes updating the `builtin-baseline` commit SHA from the vcpkg
206
206
#### yarn
207
207
208
208
Dependabot supports vendored dependencies for v2 onwards.
209
+
210
+
{% ifversion dependabot-community-ecosystems %}
211
+
212
+
### Community-maintained ecosystems
213
+
214
+
{% data reusables.dependabot.community-maintained-intro %} {% ifversion dependabot-julia-support %}
215
+
216
+
*[Julia](#julia) - Maintained by the Julia community{% endif %}{% ifversion dependabot-julia-support %}
217
+
*[OpenTofu](#opentofu) - Maintained by the OpenTofu community{% endif %}
218
+
*[Pub](#pub) - Maintained by The Dart Community
219
+
220
+
{% ifversion dependabot-julia-support %}
221
+
222
+
#### Julia
223
+
224
+
{% data variables.product.prodname_dependabot %} supports Julia projects that include `Project.toml`/`Manifest.toml` files. {% data variables.product.prodname_dependabot %} uses Julia's package manager to resolve and update dependencies.
225
+
226
+
{% endif %}
227
+
228
+
{% ifversion dependabot-opentofu-support %}
229
+
230
+
#### OpenTofu
231
+
232
+
{% data variables.product.prodname_dependabot %} supports updating OpenTofu modules and providers in `.tf` and `.tofu` configuration files, including `terragrunt.hcl` files. If the `.terraform.lock.hcl` lockfile for provider checksums is present, {% data variables.product.prodname_dependabot %} will also update it.
233
+
234
+
{% endif %}
235
+
236
+
{% endif %}
237
+
238
+
#### Pub
239
+
240
+
{% data variables.product.prodname_dependabot %} won't perform an update for `pub` when the version that it tries to update to is ignored, even if an earlier version is available.
241
+
242
+
You can use {% data variables.product.prodname_dependabot %} to keep Dart dependencies up-to-date if you use private hosted pub repositories. For information about allowing {% data variables.product.prodname_dependabot %} to access private {% data variables.product.prodname_dotcom %} dependencies, see [Allowing {% data variables.product.prodname_dependabot %} to access private dependencies](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization#allowing-dependabot-to-access-private{% ifversion ghec or ghes %}-or-internal{% endif %}-dependencies).
> * The **Static transitive dependencies** column indicates whether static analysis will add `direct` and `transitive` labels for dependent packages in that ecosystem. Dependency submission actions (automatic or manually configured) can add transitive information for ecosystems where static analysis cannot. {% endif %}
24
31
> * If you list your Python dependencies within a `setup.py` file, we may not be able to parse and list every dependency in your project.
25
32
> * {% data variables.product.prodname_actions %} workflows must be located in the `.github/workflows/` directory of a repository to be recognized as manifests. Any actions or workflows referenced using the syntax `jobs[*].steps[*].uses` or `jobs.<job_id>.uses` will be parsed as dependencies. For more information, see [AUTOTITLE](/actions/using-workflows/workflow-syntax-for-github-actions).
26
33
> * {% data reusables.dependabot.dependabot-alert-actions-semver %} For more information, see [AUTOTITLE](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts) and [AUTOTITLE](/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates).
34
+
35
+
{% ifversion dependabot-community-ecosystems %}
36
+
37
+
### Community-maintained ecosystems
38
+
39
+
{% data reusables.dependabot.community-maintained-intro %}
0 commit comments