Add dependabot to update GitHub Actions & submodules (#2047)

This commit is contained in:
alazymeme 2020-10-10 18:07:08 +10:00 committed by GitHub
parent b37605569f
commit 9992bd82ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "ci"
- package-ecosystem: "gitsubmodule"
directory: "/3rdParty"
schedule:
interval: "daily"
labels:
- "submodules"