Skip to content

Commit 0f87351

Browse files
authored
chore: ignore even more configs for dependency submission (#1693)
confirmed ignoring `runtime-internal` suppresses the really old guava, the `scala-doc-tool` and `scala-tool` configs currently don't pull in any problematic dependencies but they should not be relevant to our users either. Follow-up on #1689 and #1392
1 parent 67c3423 commit 0f87351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
uses: sbt/setup-sbt@v1
3939
- uses: scalacenter/sbt-dependency-submission@v3
4040
with:
41-
configs-ignore: provided optional test TestJdk9 compile-internal pr-validation multi-jvm
41+
configs-ignore: provided optional test TestJdk9 compile-internal runtime-internal pr-validation multi-jvm scala-tool scala-doc-tool
4242
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)