Skip to content

Commit 69f441b

Browse files
authored
Merge pull request #22019 from AAugustine/AAugustine-add-dart
Add Dart to dependency scope table
2 parents 63070de + 2c0dfea commit 69f441b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data/reusables/dependabot/dependabot-alerts-dependency-scope.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
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.
22

33
| **Language** | **Ecosystem** | **Manifest file** | **Dependency scope supported** |
4-
|:---|:---:|:---:|:---|
4+
|:---|:---:|:---:|:---|{% ifversion fpt or ghec or ghes > 3.7 %}
5+
| Dart | pub | pubspec.yaml ||
6+
| Dart | pub | pubspec.lock | ✔ |{% endif %}
57
| Go | Go modules | go.mod | No, defaults to runtime |
68
| Go | Go modules | go.sum | No, defaults to runtime |
79
| Java | Maven | pom.xml |`test` maps to development, else scope defaults to runtime |

0 commit comments

Comments
 (0)