Skip to content

Commit

Permalink
Group the google/x renovabot upgrades (#5813)
Browse files Browse the repository at this point in the history
Based on the suggestion in #5811.

---------

Co-authored-by: Robert Pająk <[email protected]>
  • Loading branch information
dmathieu and pellared authored Sep 13, 2024
1 parent 23f7b41 commit 5e3434c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
{
"matchPackageNames": ["google.golang.org/genproto/googleapis/**"],
"groupName": "googleapis"
},
{
"matchPackageNames": ["golang.org/x/**"],
"groupName": "golang.org/x"
}
]
}

0 comments on commit 5e3434c

Please sign in to comment.