Skip to content

Commit 0855a3b

Browse files
authored
chore: dependency-graph: ignore more contexts and modules (#1689)
To remove false positives from the counter for https://github.com/apache/pekko/security follow-up on #1392
1 parent e779b7b commit 0855a3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dependency-graph.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
uses: sbt/setup-sbt@v1
3939
- uses: scalacenter/sbt-dependency-submission@v3
4040
with:
41-
configs-ignore: optional test compile-internal
41+
configs-ignore: provided optional test TestJdk9 compile-internal pr-validation multi-jvm
42+
modules-ignore: pekko-bench-jmh_2.12 pekko-docs_2.12 pekko-bench-jmh_2.13 pekko-docs_2.13 pekko-bench-jmh_3 pekko-docs_3

0 commit comments

Comments
 (0)