Commit 9a998b5b1 for imagemagick.org
commit 9a998b5b14860364b9f5f7a9503fdabc9f71e69b
Author: Dirk Lemstra <dirk@lemstra.org>
Date: Sun May 24 18:20:10 2026 +0200
Corrected the path for docker and added pip to dependabot.yml
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d213b87bc..a68130de1 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -8,7 +8,16 @@ updates:
interval: "daily"
- package-ecosystem: "docker"
- directory: "/"
+ directories:
+ - "/**"
+ cooldown:
+ default-days: 7
+ schedule:
+ interval: "daily"
+
+ - package-ecosystem: "pip"
+ directories:
+ - "/**"
cooldown:
default-days: 7
schedule: