mirror of https://github.com/sbt/sbt.git
add dependabot setting for GitHub Actions update (#92)
This commit is contained in:
parent
7a9088ae71
commit
b19545fa83
|
|
@ -0,0 +1,6 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
Loading…
Reference in New Issue