From 49fe7f3803457d9acc5f2736eadec9091b37a061 Mon Sep 17 00:00:00 2001 From: Martin Medler Date: Mon, 16 Dec 2024 19:50:49 +0100 Subject: [PATCH] refactor(deps): Do not automatically update com_google_protobuf `com_google_protobuf` is a transitive dependency of `rules_cc`. We want to reference the same version as our `rules_cc` version does. --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index d80fd7b..0d88396 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -22,6 +22,7 @@ "packageRules": [ { "matchPackagePatterns": [ + "com_google_protobuf", "rules_python", "rules_cc" ],