]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Add Dependabot (#5128)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 12 Jul 2022 16:53:38 +0000 (18:53 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Jul 2022 16:53:38 +0000 (18:53 +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..946f235
--- /dev/null
@@ -0,0 +1,12 @@
+version: 2
+updates:
+  # GitHub Actions
+  - package-ecosystem: "github-actions"
+    directory: "/"
+    schedule:
+      interval: "daily"
+  # Python
+  - package-ecosystem: "pip"
+    directory: "/"
+    schedule:
+      interval: "daily"