1
0
mirror of synced 2026-01-06 06:02:35 -05:00

Merge pull request #22019 from AAugustine/AAugustine-add-dart

Add Dart to dependency scope table
This commit is contained in:
mc
2022-11-17 15:12:49 +00:00
committed by GitHub

View File

@@ -1,7 +1,9 @@
The table below summarizes whether dependency scope is supported for various ecosystems and manifests, that is, whether {% data variables.product.prodname_dependabot %} can identify if a dependency is used for development or production.
| **Language** | **Ecosystem** | **Manifest file** | **Dependency scope supported** |
|:---|:---:|:---:|:---|
|:---|:---:|:---:|:---|{% ifversion fpt or ghec or ghes > 3.7 %}
| Dart | pub | pubspec.yaml | ✔ |
| Dart | pub | pubspec.lock | ✔ |{% endif %}
| Go | Go modules | go.mod | No, defaults to runtime |
| Go | Go modules | go.sum | No, defaults to runtime |
| Java | Maven | pom.xml | ✔ `test` maps to development, else scope defaults to runtime |