dependabot.yml: Fix udpate-types declaration

This commit is contained in:
Johannes Meyer 2025-07-25 15:22:37 +02:00
parent 50f68d3fc3
commit 2d8baeafe4

View File

@ -4,6 +4,8 @@ updates:
directory: "/"
open-pull-requests-limit: 20 # Roughly half the number of dependencies
groups:
update-types: patch
composer:
update-types:
- "patch"
schedule:
interval: "daily"