1
0
mirror of synced 2026-01-01 00:04:41 -05:00

Merge branch 'main' into repo-sync

This commit is contained in:
Octomerger Bot
2022-11-17 07:36:17 -08: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 |