Add dependabot.yaml (#145)

This commit is contained in:
Emruz Hossain 2020-11-01 17:44:16 +06:00 committed by GitHub
parent 71d230bcda
commit 9af0ed1639
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

21
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,21 @@
# Update dependencies
version: 2
updates:
# Update the git submodules
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- "automerge"
# Update the Github Action versions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- "automerge"