diff options
-rw-r--r-- | .github/dependabot.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index a986262..f0b2d06 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -15,3 +15,9 @@ updates: interval: "daily" reviewers: - "python-discord/devops" + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: "daily" + reviewers: + - "python-discord/devops" |