aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaptak Sengupta <saptak013@gmail.com>2023-05-22 11:10:50 +0530
committerGitHub <noreply@github.com>2023-05-22 11:10:50 +0530
commit058390331f88d180e2cde3a7f94744e98576829f (patch)
treef1dfa3147724b05f4ff401f1043a1773bca0eb23
parent8be0290fdf0bf6ea412a4b6525c546ca51106028 (diff)
parentfc2a7c7cee8d283e09846337b7fd5c1914eb5866 (diff)
downloadonionshare-058390331f88d180e2cde3a7f94744e98576829f.tar.gz
onionshare-058390331f88d180e2cde3a7f94744e98576829f.zip
Merge pull request #1665 from onionshare/dependabot
Add dependabot automatic PRs
-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"