#243 adds grouping to dependabot for AWS upgrades
This commit is contained in:
parent
0ea3954331
commit
e9ed6f4d8b
1 changed files with 6 additions and 1 deletions
5
.github/dependabot.yml
vendored
5
.github/dependabot.yml
vendored
|
|
@ -8,3 +8,8 @@ updates:
|
|||
interval: daily
|
||||
rebase-strategy: auto
|
||||
open-pull-requests-limit: 10
|
||||
groups:
|
||||
aws-sdk-go-v2:
|
||||
applies-to: version-updates
|
||||
patterns:
|
||||
- "github.com/aws/aws-sdk-go-v2/*"
|
||||
Loading…
Reference in a new issue