From 9ad2367c8efc93fa576b337dc8638a0788236ec1 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 6 Jan 2025 13:00:10 +0100 Subject: [PATCH] chore: dependency-graph: ignore more contexts and modules To remove false positives from the counter for https://github.com/apache/pekko/security follow-up on https://github.com/apache/pekko/pull/1392 --- .github/workflows/dependency-graph.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index 9dfbdf3068..c1715cb100 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -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