From 7d5fbb3d32aa48b861bc4cfb9655d2cf82fff06e Mon Sep 17 00:00:00 2001 From: Cody Oss Date: Mon, 18 Jul 2022 11:20:07 -0500 Subject: [PATCH] chore: fix renovate It has not processed in 20 days. I think we need to be careful with the PRs and have renovate try to do all the rebasing needed or else it seems to get confused and not able to recover. Fixes: #6352 --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 836214c66f80..a9588af211ab 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -11,7 +11,7 @@ ], "commitMessagePrefix": "chore(all): ", "commitMessageAction": "update", - "groupName": "everything", + "groupName": "all", "ignoreDeps": [ "google.golang.org/genproto", "github.com/google/martian/v3"