aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-06-07 09:17:21 -0700
committerGitHub <noreply@github.com>2023-06-07 09:17:21 -0700
commit6faef20648365f6c0768f48bfacbd68b17bdd44c (patch)
tree3585906b8fc341f8bce8ee757f756efdc6ef5ac6
parentf73e0174baf60ba24a406bc85f606d53217269cf (diff)
parent2b885ea6ba854b817751b1d29541b029727754e5 (diff)
downloadonionshare-6faef20648365f6c0768f48bfacbd68b17bdd44c.tar.gz
onionshare-6faef20648365f6c0768f48bfacbd68b17bdd44c.zip
Merge pull request #1687 from onionshare/fix-dependabot-file
Changes package-ecosystem from poetry to pip
-rw-r--r--.github/dependabot.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f58644be..155af3d3 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -11,7 +11,7 @@ updates:
schedule:
interval: "weekly"
- - package-ecosystem: "poetry"
+ - package-ecosystem: "pip"
directory: "/docs"
schedule:
interval: "weekly" \ No newline at end of file