Submit dependabot dependency graph to Github

This commit is contained in:
Matthew de Detrich 2023-06-02 10:17:46 +02:00 committed by Matthew de Detrich
parent 8dc3bb8323
commit 9aa4e1d904
2 changed files with 15 additions and 0 deletions

View file

@ -17,6 +17,9 @@ github:
protected_tags:
- "v*.*.*"
dependabot_alerts: true
dependabot_updates: true
features:
# Enable wiki for documentation
wiki: false

12
.github/workflows/dependency-graph.yml vendored Normal file
View file

@ -0,0 +1,12 @@
name: Update Dependency Graph
on:
push:
branches:
- main # default branch of the project
jobs:
dependency-graph:
name: Update Dependency Graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: scalacenter/sbt-dependency-submission@v2