diff options
author | 2022-07-11 18:48:31 +0400 | |
---|---|---|
committer | 2022-07-11 18:48:31 +0400 | |
commit | 7a355910b016c69ce4445a023a5454355a555baf (patch) | |
tree | c0b83953dec99196f2fdb52ba97f731b023a94f2 | |
parent | Add support for staff channels that are not in staff categories (diff) | |
parent | Merge pull request #19 from python-discord/dependabot (diff) |
Merge branch 'main' into update-staff-channel-logic
-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" |