Skip to content

Commit

Permalink
[chore] group aws deps for renovatebot (open-telemetry#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 and RoryCrispin committed Nov 24, 2023
1 parent 37f7347 commit d4382c7
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 d4382c7

Please sign in to comment.