]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Add dependabot (#1823)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Fri, 3 Sep 2021 09:19:15 +0000 (11:19 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Sep 2021 09:19:15 +0000 (10:19 +0100)
* Add dependabot

* Delete automerge.yml

Co-authored-by: Tom Christie <tom@tomchristie.com>
.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..55dbe85
--- /dev/null
@@ -0,0 +1,6 @@
+version: 2
+updates:
+  - package-ecosystem: "pip"
+    directory: "/"
+    schedule:
+      interval: "monthly"