aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-07-10 12:47:05 +0100
committerGravatar GitHub <[email protected]>2022-07-10 12:47:05 +0100
commit1fe7285a21e20c57a67564faf36cd68fb9552568 (patch)
tree68ac50894f842b63194f1804517eefaed2072a93
parentMerge pull request #18 from python-discord/botcore-migration (diff)
Add dependabot config
-rw-r--r--.github/dependabot.yml6
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"