From 774880512009fd467ca44c31bfbfe48776c5896c Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Mon, 16 Oct 2023 16:34:36 +0800 Subject: [PATCH] try to update DEPS.bzl file (#39) --- .github/renovate.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index a05b9a72ec274..81d1ae4ff67ee 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,8 +5,13 @@ ], "bazel": { "fileMatch": [ - "(^|/)WORKSPACE(|\\.bazel)$", "\\.bzl$" - ] - } + ] + }, + "packageRules": [ + { + "matchCategories": ["bazel", "golang"], + "groupName": "gg" + } + ] }