aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-12-15 15:10:55 +0000
committerGravatar GitHub <[email protected]>2021-12-15 15:10:55 +0000
commit1de238f8c48ba5cb5af477b26505efb2da559f62 (patch)
tree809b9c33c4b67caefc6cbce01a114cf50b60a9a9 /.github
parentMerge pull request #2 from python-discord/docs-build (diff)
parentAdd Dependabot Config (diff)
Merge pull request #4 from python-discord/lock-deps
Reconfigure Dependency Management
Diffstat (limited to '.github')
-rw-r--r--.github/depndabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/depndabot.yml b/.github/depndabot.yml
new file mode 100644
index 00000000..b38df29f
--- /dev/null
+++ b/.github/depndabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "pip"
+ directory: "/"
+ schedule:
+ interval: "daily"