Enable dependabot to automate updating dependencies (#365)

Following marian-nmt/marian-dev.
This commit is contained in:
Jerin Philip 2022-03-03 11:41:26 +00:00 committed by GitHub
parent fe3f3982de
commit 1360941ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,9 @@
version: 2
updates:
# Maintain dependencies for Git Submodules
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"