diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml new file mode 100644 index 0000000..94c257d --- /dev/null +++ b/.github/workflows/dependencies.yml @@ -0,0 +1,14 @@ +name: Update Dependency Graph + +on: + push: + branches: + - master + +jobs: + update-graph: + name: Update Dependency Graph + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: scalacenter/sbt-dependency-submission@v2