github: add dependabot config
authorLuca BRUNO <luca.bruno@coreos.com>
Tue, 4 Jan 2022 10:30:20 +0000 (10:30 +0000)
committerLuca BRUNO <luca.bruno@coreos.com>
Tue, 4 Jan 2022 10:34:30 +0000 (10:34 +0000)
This adds a configuration file for dependabot, taking care of automatic
updates for all git submodules.

.github/dependabot.yml [new file with mode: 0644]

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644 (file)
index 0000000..9496014
--- /dev/null
@@ -0,0 +1,7 @@
+---
+version: 2
+updates:
+  - package-ecosystem: "gitsubmodule"
+    directory: "/"
+    schedule:
+      interval: "daily"