Change Dependabot schedule to daily and add Docker

This commit is contained in:
2025-10-21 20:51:11 +02:00
committed by GitHub
parent 9f08209d39
commit 311fbf607c

View File

@@ -8,4 +8,8 @@ updates:
- package-ecosystem: "composer" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "daily"
- package-ecosystem: "docker"
directtory: "/"
schedule:
interval: "daily"