Skip to content

Commit

Permalink
Merge pull request #36378 from hashicorp/td-google.golang.org/protobuf
Browse files Browse the repository at this point in the history
`protobuf` should only be updated via `terraform-plugin-go`/`terraform-plugin-framework`
  • Loading branch information
ewbankkit authored Mar 14, 2024
2 parents e644d57 + db8119e commit 6bd6d42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ updates:
- dependency-name: "golang.org/x/tools"
# grpc should only be updated via terraform-plugin-go/terraform-plugin-framework
- dependency-name: "google.golang.org/grpc"
# protobuf should only be updated via terraform-plugin-go/terraform-plugin-framework
- dependency-name: "google.golang.org/protobuf"
schedule:
interval: "daily"
open-pull-requests-limit: 30
Expand All @@ -54,6 +56,7 @@ updates:
ignore:
- dependency-name: "golang.org/x/tools"
- dependency-name: "google.golang.org/grpc"
- dependency-name: "google.golang.org/protobuf"
schedule:
interval: "daily"

Expand All @@ -62,6 +65,7 @@ updates:
ignore:
- dependency-name: "golang.org/x/tools"
- dependency-name: "google.golang.org/grpc"
- dependency-name: "google.golang.org/protobuf"
schedule:
interval: "daily"

Expand All @@ -74,6 +78,7 @@ updates:
- dependency-name: "github.com/hashicorp/terraform-plugin-sdk/v2"
- dependency-name: "golang.org/x/tools"
- dependency-name: "google.golang.org/grpc"
- dependency-name: "google.golang.org/protobuf"
schedule:
interval: "daily"

Expand Down

0 comments on commit 6bd6d42

Please sign in to comment.