Skip to content

Commit

Permalink
[go] Group aws-sdk-go-v2
Browse files Browse the repository at this point in the history
  • Loading branch information
chrolis committed Nov 21, 2023
1 parent d7d5b39 commit a48dcf2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"github>hatena/renovate-config:automergeTypesMinor",
"github>hatena/renovate-config:groupAndroidPackages",
"github>hatena/renovate-config:groupCocoaPodsPackages",
"github>hatena/renovate-config:groupGolangPackages",
"github>hatena/renovate-config:groupJest",
"github>hatena/renovate-config:groupLinters",
"github>hatena/renovate-config:postUpdateOptions",
Expand Down
14 changes: 14 additions & 0 deletions groupGolangPackages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"packageRules": [
{
"matchDatasources": ["go"],
"matchPackageNames": ["boto3", "botocore"],
"groupName": "boto3"
},
{
"matchDatasources": ["go"],
"matchPackagePatterns": ["aws-sdk-go-v2"],
"groupName": "aws-sdk-go-v2"
}
]
}

0 comments on commit a48dcf2

Please sign in to comment.