Create dependabot.yml
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 13 Sep 2020 10:04:41 +0000 (12:04 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 13 Sep 2020 10:04:41 +0000 (12:04 +0200)
.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..efc57bd
--- /dev/null
@@ -0,0 +1,10 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: daily
+  - package-ecosystem: "pip"
+    directory: "/"
+    schedule:
+      interval: daily
\ No newline at end of file