diff options
author | 2021-01-17 22:31:18 +0000 | |
---|---|---|
committer | 2021-01-17 22:31:18 +0000 | |
commit | 5e68a79d3623826b3091302f29c0c414f89a730f (patch) | |
tree | 1d666f23e1610644a6b86f9a8b227410d66ba015 /.github | |
parent | Merge pull request #51 from python-discord/renovate/spectree-0.x (diff) |
Create dependabot.yml
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 0000000..b38df29 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" |