diff options
author | 2022-07-10 12:47:05 +0100 | |
---|---|---|
committer | 2022-07-10 12:47:05 +0100 | |
commit | 1fe7285a21e20c57a67564faf36cd68fb9552568 (patch) | |
tree | 68ac50894f842b63194f1804517eefaed2072a93 | |
parent | Merge pull request #18 from python-discord/botcore-migration (diff) |
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" |