Commit b28e11f13 for imagemagick.org
commit b28e11f13c171d8eba1b0ec44a8c524c09f9d2f8
Author: Dirk Lemstra <dirk@lemstra.org>
Date: Sat Apr 25 15:54:16 2026 +0200
Added docker to dependabot.yml
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2663b1235..d213b87bc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -6,3 +6,10 @@ updates:
default-days: 7
schedule:
interval: "daily"
+
+ - package-ecosystem: "docker"
+ directory: "/"
+ cooldown:
+ default-days: 7
+ schedule:
+ interval: "daily"