Submit dependabot dependency graph to Github
This commit is contained in:
parent
8dc3bb8323
commit
9aa4e1d904
2 changed files with 15 additions and 0 deletions
|
|
@ -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
12
.github/workflows/dependency-graph.yml
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue