From 2d8baeafe43264684990d2dca0583796dda649a2 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 25 Jul 2025 15:22:37 +0200 Subject: [PATCH] dependabot.yml: Fix udpate-types declaration --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e32bf4e..27e2794 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"