diff options
author | 2022-07-11 18:41:19 +0400 | |
---|---|---|
committer | 2022-07-11 18:41:19 +0400 | |
commit | 87deb5580aaa3966581d6e2f3d6c1049cbae8eed (patch) | |
tree | 68ac50894f842b63194f1804517eefaed2072a93 | |
parent | Merge pull request #18 from python-discord/botcore-migration (diff) | |
parent | Add dependabot config (diff) |
Merge pull request #19 from python-discord/dependabot
Add dependabot config
-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" |