diff options
author | 2021-12-15 19:00:32 +0400 | |
---|---|---|
committer | 2021-12-15 19:00:32 +0400 | |
commit | 29af9ebc94257543c56ddde3f471e662de65ff7c (patch) | |
tree | 809b9c33c4b67caefc6cbce01a114cf50b60a9a9 | |
parent | Lock Dependencies To Exact Versions (diff) |
Add Dependabot Config
-rw-r--r-- | .github/depndabot.yml | 6 |
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" |