Skip to content

Commit

Permalink
Merge pull request #34327 from hashicorp/td-dep-ignore
Browse files Browse the repository at this point in the history
deps: add feature/s3/manager to temporary ignore list
  • Loading branch information
gdavison authored Nov 9, 2023
2 parents caa5ef2 + 8e198ef commit 6c4fc42
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,15 @@ updates:
- dependency-name: "github.com/hashicorp/go-hclog"
- dependency-name: "golang.org/x/tools"
- dependency-name: "google.golang.org/grpc"
# config has upstream regressions which must be resolved before updates are included
# TEMPORARY - Remove below once upstream is fixed
# Ref: https://github.com/aws/aws-sdk-go-v2/issues/2349
#
# config and ini have upstream regressions causing valid configurations to break.
# feature/s3/manager is also ignored as the latest versions have a dependency
# on broken config versions.
- dependency-name: "github.com/aws/aws-sdk-go-v2/config"
- dependency-name: "github.com/aws/aws-sdk-go-v2/internal/ini"
- dependency-name: "github.com/aws/aws-sdk-go-v2/feature/s3/manager"
schedule:
interval: "daily"
open-pull-requests-limit: 30
Expand Down

0 comments on commit 6c4fc42

Please sign in to comment.