aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-12-15 19:00:32 +0400
committerGravatar Hassan Abouelela <[email protected]>2021-12-15 19:00:32 +0400
commit29af9ebc94257543c56ddde3f471e662de65ff7c (patch)
tree809b9c33c4b67caefc6cbce01a114cf50b60a9a9 /.github
parentLock Dependencies To Exact Versions (diff)
Add Dependabot Config
Diffstat (limited to '.github')
-rw-r--r--.github/depndabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/depndabot.yml b/.github/depndabot.yml
new file mode 100644
index 00000000..b38df29f
--- /dev/null
+++ b/.github/depndabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "pip"
+ directory: "/"
+ schedule:
+ interval: "daily"