From c3f6af2c90f88ae9804e8cc1fc6c72af7a5b0658 Mon Sep 17 00:00:00 2001 From: Martin Medler Date: Sun, 3 Mar 2024 15:59:54 +0100 Subject: [PATCH] No automated updates of main deps We should define the minimum version of each required dependency and not use the latest greatest version due to the bzlmod dependency resolution scheme which uses the minimum version of all requested ones. Thus, relying on the latest versions without need restricts usage of DWYU by users. --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 52ce92c9..830c890d 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -24,7 +24,8 @@ "packageRules": [ { "matchPackagePatterns": [ - "rules_python" + "rules_python", + "rules_cc" ], "matchManagers": [ "bazel",