From 107d76cdd863be9668a88653770a42949296ff9f Mon Sep 17 00:00:00 2001 From: Kit Ewbank Date: Thu, 19 Sep 2024 16:38:05 -0400 Subject: [PATCH] dependabot: Can we split gomod? --- .github/dependabot.yml | 29 ++++++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f87fa76f6234..04ff4f158ef9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,11 +8,6 @@ updates: - package-ecosystem: "gomod" directories: - "/" - - "/.ci/providerlint" - - "/.ci/tools" - - "/skaff" - - "/tools/awssdkpatch" - - "/tools/tfsdk2fw" groups: aws-sdk-go: patterns: @@ -48,6 +43,30 @@ updates: interval: "daily" open-pull-requests-limit: 30 + - package-ecosystem: "gomod" + directories: + - "/.ci/providerlint" + - "/.ci/tools" + - "/skaff" + - "/tools/awssdkpatch" + - "/tools/tfsdk2fw" + ignore: + # hcl/v2 should only be updated via terraform-plugin-sdk + - dependency-name: "github.com/hashicorp/hcl/v2" + # terraform-plugin-go should only be updated via terraform-plugin-framework + - dependency-name: "github.com/hashicorp/terraform-plugin-go" + # terraform-plugin-log should only be updated via terraform-plugin-framework + - dependency-name: "github.com/hashicorp/terraform-plugin-log" + # go-hclog should only be updated via terraform-plugin-log + - dependency-name: "github.com/hashicorp/go-hclog" + # 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 + - package-ecosystem: "terraform" directory: "/infrastructure/repository" schedule: