Add dependabot.yaml

This commit is contained in:
Emruz Hossain 2020-11-01 17:43:46 +06:00 committed by GitHub
parent 71d230bcda
commit 8f52fb0a1b
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"