aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2025-03-23 13:43:20 +0000
committerGravatar Chris Lovering <[email protected]>2025-03-23 13:43:20 +0000
commitf428da0af8b6c80c352db70cd81dbe2fd2224764 (patch)
tree47e705a679f03a1e09f687a228cd321982f13573
parentFix ignored update type tags in dependabot config (diff)
Register docker as a dependabot target for updates
-rw-r--r--.github/dependabot.yaml6
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"