Skip to content

Commit

Permalink
chore: try to get renovate working (#6050)
Browse files Browse the repository at this point in the history
Switching the group name should make changes come from a new branch on the renovate fork I believe. This may fix the issue that we are no longer getting PRs from our current branch.
  • Loading branch information
codyoss authored May 18, 2022
1 parent 20e9b2a commit 4302cbc
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": "all",
"groupName": "everything",
"ignoreDeps": [
"google.golang.org/genproto",
"github.com/google/martian/v3"
Expand Down

0 comments on commit 4302cbc

Please sign in to comment.