github: add dependabot config

This adds a configuration file for dependabot, taking care of automatic
updates for all git submodules.
This commit is contained in:
Luca BRUNO 2022-01-04 10:30:20 +00:00
parent a3555f4d12
commit 2bfdcea2c5
No known key found for this signature in database
GPG Key ID: A9834A2252078E4E

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

@ -0,0 +1,7 @@
---
version: 2
updates:
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"