diff --git a/data/reusables/dependabot/dependabot-alerts-dependency-scope.md b/data/reusables/dependabot/dependabot-alerts-dependency-scope.md index 6c36269be072..93d7c7d7c8c4 100644 --- a/data/reusables/dependabot/dependabot-alerts-dependency-scope.md +++ b/data/reusables/dependabot/dependabot-alerts-dependency-scope.md @@ -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 |