diff options
| author | 2022-02-21 12:59:54 +0000 | |
|---|---|---|
| committer | 2022-02-21 12:59:54 +0000 | |
| commit | a82c9a87c7f14a98bbdfa069b20fc9372f67d167 (patch) | |
| tree | 30a061a43fa1889d83fb1ab333a15b4355dfc2a4 /.github | |
| parent | Update how we auto-generate docs (diff) | |
| parent | Merge pull request #23 from python-discord/bump-deps (diff) | |
Merge branch 'main' into port-utilities
Diffstat (limited to '.github')
| -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 00000000..b38df29f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" |