Skip to content

Commit

Permalink
chore: dependency-graph: ignore more contexts and modules
Browse files Browse the repository at this point in the history
To remove false positives from the counter for
https://github.com/apache/pekko/security

follow-up on #1392
  • Loading branch information
raboof committed Jan 6, 2025
1 parent e779b7b commit 9ad2367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ jobs:
uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3
with:
configs-ignore: optional test compile-internal
configs-ignore: provided optional test TestJdk9 compile-internal pr-validation multi-jvm
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 comments on commit 9ad2367

Please sign in to comment.