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
+14
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"