Skip to content

Commit

Permalink
[chore] group aws deps for renovatebot (#29404)
Browse files Browse the repository at this point in the history
First attempt at custom groups for go deps

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten authored Nov 20, 2023
1 parent 1ed0da4 commit aaa5215
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
"matchManagers": ["github-actions"],
"groupName": "github-actions deps"
},
{
"matchManagers": ["gomod"],
"matchSourceUrlPrefixes": ["https://github.com/aws"],
"groupName": "All github.com/aws packages"
},
{
"matchManagers": ["gomod"],
"matchUpdateTypes": ["minor", "major"]
Expand Down

0 comments on commit aaa5215

Please sign in to comment.