diff options
author | 2025-03-23 13:43:20 +0000 | |
---|---|---|
committer | 2025-03-23 13:43:20 +0000 | |
commit | f428da0af8b6c80c352db70cd81dbe2fd2224764 (patch) | |
tree | 47e705a679f03a1e09f687a228cd321982f13573 | |
parent | Fix ignored update type tags in dependabot config (diff) |
Register docker as a dependabot target for updates
-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" |