diff options
author | 2022-08-21 23:13:23 +0400 | |
---|---|---|
committer | 2022-09-30 18:48:05 +0400 | |
commit | e8d1fd763c8a733f16ae0c5b7d08c719e7bc9459 (patch) | |
tree | 8f657496fad73007d3524969e09f6b2378d1ac0c /.github | |
parent | Upgrade To 3.10 (diff) |
Add Dependabot
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..b38df29f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" |