From dfc4ba31ed26fbc84eebb0c39b96ebd8f2c11267 Mon Sep 17 00:00:00 2001 From: Matthijs Brobbel Date: Wed, 12 Feb 2025 13:01:55 +0100 Subject: [PATCH] chore(deps): group `prost` and `pbjson` dependabot updates (#14626) --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 42134c3edfd2..6e61c47d7b2c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -28,6 +28,12 @@ updates: # arrow is bumped manually - dependency-name: "arrow*" update-types: ["version-update:semver-major"] + groups: + proto: + applies-to: version-updates + patterns: + - "prost*" + - "pbjson*" - package-ecosystem: "github-actions" directory: "/" schedule: