Skip to content

Commit

Permalink
chore: fix renovate (#6353)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
codyoss authored Jul 18, 2022
1 parent 761768b commit 8f10365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"commitMessagePrefix": "chore(all): ",
"commitMessageAction": "update",
"groupName": "everything",
"groupName": "all",
"ignoreDeps": [
"google.golang.org/genproto",
"github.com/google/martian/v3"
Expand Down

0 comments on commit 8f10365

Please sign in to comment.