Skip to content

Commit

Permalink
chore: fix renovate
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: googleapis#6352
  • Loading branch information
codyoss committed Jul 18, 2022
1 parent 89d7d1e commit 7d5fbb3
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 7d5fbb3

Please sign in to comment.