Skip to content

Commit db8119e

Browse files
committed
protobuf should only be updated via terraform-plugin-go/terraform-plugin-framework
1 parent e644d57 commit db8119e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ updates:
3737
- dependency-name: "golang.org/x/tools"
3838
# grpc should only be updated via terraform-plugin-go/terraform-plugin-framework
3939
- dependency-name: "google.golang.org/grpc"
40+
# protobuf should only be updated via terraform-plugin-go/terraform-plugin-framework
41+
- dependency-name: "google.golang.org/protobuf"
4042
schedule:
4143
interval: "daily"
4244
open-pull-requests-limit: 30
@@ -54,6 +56,7 @@ updates:
5456
ignore:
5557
- dependency-name: "golang.org/x/tools"
5658
- dependency-name: "google.golang.org/grpc"
59+
- dependency-name: "google.golang.org/protobuf"
5760
schedule:
5861
interval: "daily"
5962

@@ -62,6 +65,7 @@ updates:
6265
ignore:
6366
- dependency-name: "golang.org/x/tools"
6467
- dependency-name: "google.golang.org/grpc"
68+
- dependency-name: "google.golang.org/protobuf"
6569
schedule:
6670
interval: "daily"
6771

@@ -74,6 +78,7 @@ updates:
7478
- dependency-name: "github.com/hashicorp/terraform-plugin-sdk/v2"
7579
- dependency-name: "golang.org/x/tools"
7680
- dependency-name: "google.golang.org/grpc"
81+
- dependency-name: "google.golang.org/protobuf"
7782
schedule:
7883
interval: "daily"
7984

0 commit comments

Comments
 (0)