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 and noahdietz committed Jul 18, 2022
1 parent 6bb4fb8 commit be3a11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
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 be3a11b

Please sign in to comment.