From 73f540f513b70c921c33df63f26a8eed33cb4586 Mon Sep 17 00:00:00 2001 From: Changyuan Lyu Date: Sat, 19 Oct 2024 18:26:40 -0700 Subject: [PATCH] chore: group dependabot PRs Signed-off-by: Changyuan Lyu --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b7eea9e..473b5f5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,7 @@ updates: directory: "/" schedule: interval: weekly + groups: + patches: + update-types: + - "patch"