You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Uses the sbt-dependency-submission GitHub Action to update the dependency graph on GitHub.
#
# This makes Dependabot alerts possible. However, Dependabot security updates and Dependabot version updates for sbt dependencies remain unavailable because Dependabot does not support sbt.
#
name: Dependency Graph
on:
push:
branches:
- main
paths:
- '*.sbt'
- 'project/**'
permissions:
contents: write # Required to submit the dependency graph to GitHub.