Skip to content

Commit 51e7039

Browse files
committed
Exclude graphql configurations from dependency submission
1 parent d28fbaf commit 51e7039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
env:
2626
GITHUB_DEPENDENCY_GRAPH_REF: ${{ github.ref }}
2727
DEPENDENCY_GRAPH_EXCLUDE_PROJECTS: ':buildSrc'
28-
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: '(.*[Tt]est(Compile|Runtime)Classpath)|(dokka.*)'
28+
DEPENDENCY_GRAPH_EXCLUDE_CONFIGURATIONS: '(.*[Tt]est(Compile|Runtime)Classpath)|(dokka.*)|(graphql.*)'

0 commit comments

Comments
 (0)