From a83189fe81f1e5e572597c12520a0bcf96bf29d6 Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Wed, 26 Mar 2025 00:00:00 +0000 Subject: [PATCH] chore(deps): add `prost` and `tonic` dependabot groups this commit adds two groups to the dependabot configuration. this will mean that dependabot updates (a) `tonic` and `tonic-build,` and (b) `prost` and `prost-types`, in lockstep. Signed-off-by: katelyn martin --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c4284edfa..cb0be0ef5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,13 @@ updates: directory: / schedule: interval: daily + groups: + prost: + patterns: + - "prost*" + tonic: + patterns: + - "tonic*" - package-ecosystem: gomod directory: /