From 8644adfda9b3dae9b3a46f55c3b55f35459036d4 Mon Sep 17 00:00:00 2001 From: Appu Date: Mon, 25 Mar 2024 16:56:47 -0400 Subject: [PATCH] Update dependabot.yml (#274) Group protobuf changes together Signed-off-by: Appu --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 501e985f..8c1251ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -31,3 +31,7 @@ updates: directory: "/java" schedule: interval: "daily" + groups: + protobuf: + patterns: + - "*protobuf*"