Add dependabot for git submodules (#916)

This commit is contained in:
Roman Grundkiewicz 2022-02-10 10:25:08 +00:00 committed by GitHub
parent b97645846a
commit 73f1899307
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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