Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependabot and go.mod aws-sdk-go-v2 exclusions #34425

Merged
merged 4 commits into from
Nov 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,8 @@ updates:
# go-hclog should only be updated via terraform-plugin-log
- dependency-name: "github.com/hashicorp/go-hclog"
- dependency-name: "golang.org/x/tools"
# grpc should only be updated via terraform-plugin-go/terraform-plugin-framework
- dependency-name: "google.golang.org/grpc"
# 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