Skip to content

Commit 37da109

Browse files
authored
Merge pull request #40398 from github/repo-sync
Repo sync
2 parents 93e1b2e + a252aef commit 37da109

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

content/code-security/dependabot/working-with-dependabot/dependabot-options-reference.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,9 @@ Package manager | YAML value | Supported versions |
477477
| Bundler | `bundler` | {% ifversion ghes < 3.15 %}v1, {% endif %}v2 |
478478
| Cargo | `cargo` | v1 |
479479
| Composer | `composer` | v2 |
480+
| {% ifversion dependabot-conda-support %} |
481+
| Conda | `conda` | Not applicable |
482+
| {% endif %} |
480483
| Dev containers | `devcontainers` | Not applicable |
481484
| Docker | `docker` | v1 |
482485
| {% ifversion dependabot-docker-compose-support %} |
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reference: #16918
2+
# Conda support for Dependabot
3+
versions:
4+
fpt: '*'
5+
ghec: '*'
6+
ghes: '> 3.19'

data/reusables/dependabot/supported-package-managers.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Package manager | YAML value | Supported versions | Version updates | Secur
88
Bundler | `bundler` | {% ifversion ghes < 3.15 %}v1, {% endif %}v2 | {% octicon "check" aria-label="Supported" %}| {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} |
99
[Cargo](#cargo) | `cargo` | v1 | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
1010
Composer | `composer` | {% ifversion dependabot-updates-composerv1-closing-down %}v2{% else %}v1, v2{% endif %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} |
11+
| {% ifversion dependabot-conda-support %} |
12+
[Conda](#conda) | `conda` | Not applicable | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} |
13+
| {% endif %} |
1114
[Dev containers](#dev-containers) | `devcontainers` | Not applicable | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "x" aria-label="Not supported" %} |
1215
[Docker](#docker) | `docker` | v1 | {% octicon "check" aria-label="Supported" %} | {% octicon "x" aria-label="Not supported" %} | {% octicon "check" aria-label="Supported" %} | {% octicon "check" aria-label="Supported" %} | Not applicable |
1316
| {% ifversion dependabot-docker-compose-support %} |
@@ -60,6 +63,14 @@ For further information about ecosystem support for {% data variables.product.pr
6063

6164
Private registry support includes cargo registries, so you can use {% data variables.product.prodname_dependabot %} to keep your Rust dependencies up-to-date. For more information, see [AUTOTITLE](/code-security/dependabot/working-with-dependabot/guidance-for-the-configuration-of-private-registries-for-dependabot#cargo).
6265

66+
{% ifversion dependabot-conda-support %}
67+
68+
#### Conda
69+
70+
{% data variables.product.prodname_dependabot %} support for Conda does **not include private registries, vendoring, or lock file updates**.
71+
72+
{% endif %}
73+
6374
#### Dev containers
6475

6576
You can use `devcontainers` as a `package-ecosystem` in your `dependabot.yml` file to update Features in your `devcontainer.json` configuration files. For more information about this support, and for configuration file examples, see [General Availability of {% data variables.product.prodname_dependabot %} Integration](https://containers.dev/guide/dependabot) in the Development Containers documentation.

0 commit comments

Comments
 (0)