From 38e7f566b49e3819a0568d4779cad7179896a17a Mon Sep 17 00:00:00 2001 From: Felix Rindt Date: Tue, 2 Jul 2024 13:18:05 +0200 Subject: [PATCH] group dependabot pip patch updates --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b1a2ca737..27379cbb0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,11 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 10 + groups: + patches: + update-types: + - "patch" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "daily" \ No newline at end of file