diff options
author | 2021-12-15 15:10:55 +0000 | |
---|---|---|
committer | 2021-12-15 15:10:55 +0000 | |
commit | 1de238f8c48ba5cb5af477b26505efb2da559f62 (patch) | |
tree | 809b9c33c4b67caefc6cbce01a114cf50b60a9a9 /.github | |
parent | Merge pull request #2 from python-discord/docs-build (diff) | |
parent | Add Dependabot Config (diff) |
Merge pull request #4 from python-discord/lock-deps
Reconfigure Dependency Management
Diffstat (limited to '.github')
-rw-r--r-- | .github/depndabot.yml | 6 |
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" |