Skip to content

Commit

Permalink
grouping updates of AWS SDK for Go v2
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Oct 25, 2023
1 parent 87dff4c commit f8b0fd4
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

Expand All @@ -10,6 +8,17 @@ updates:
schedule:
interval: "monthly"

- package-ecosystem: "gomod"
directory: "/v2/"
schedule:
interval: "monthly"
groups:
# grouping updates of AWS SDK for Go v2
aws-sdk:
patterns:
- github.com/aws/aws-sdk-go-v2
- github.com/aws/aws-sdk-go-v2/*

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
Expand Down

0 comments on commit f8b0fd4

Please sign in to comment.