aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2023-05-21 12:04:52 -0700
committerMicah Lee <micah@micahflee.com>2023-05-21 12:04:52 -0700
commitfc2a7c7cee8d283e09846337b7fd5c1914eb5866 (patch)
treef1dfa3147724b05f4ff401f1043a1773bca0eb23
parent8be0290fdf0bf6ea412a4b6525c546ca51106028 (diff)
downloadonionshare-dependabot.tar.gz
onionshare-dependabot.zip
Add dependabot automatic PRsdependabot
-rw-r--r--.github/dependabot.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..bc96ed26
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,12 @@
+version: 2
+updates:
+
+ - package-ecosystem: "pip"
+ directory: "/cli"
+ schedule:
+ interval: "weekly"
+
+ - package-ecosystem: "pip"
+ directory: "/desktop"
+ schedule:
+ interval: "weekly"